Embedded Template Library
1.0
Loading...
Searching...
No Matches
stringify.h
1
#ifndef ETL_ETL_STRINGIFY_INCLUDED
2
#define ETL_ETL_STRINGIFY_INCLUDED
3
4
#ifndef STRINGIFY
6
#define STRINGIFY_1(...) #__VA_ARGS__
7
17
#define STRINGIFY(...) STRINGIFY_1(__VA_ARGS__)
18
#endif
/* STRINGIFY */
19
20
#endif
/* ETL_ETL_STRINGIFY_INCLUDED */
include
etl
stringify.h
Generated on Thu Jan 2 2025 19:14:45 for Embedded Template Library by
1.9.8