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 Sat Jan 11 2025 23:21:45 for Embedded Template Library by
1.9.8