__STRING
#define __STRING(x) #x /* stringify without expanding x */
#define __STRING(x) "x"
# define __STRING(x) #x
# define __STRING(x) "x"
#define __STRING(x) #x
#define __STRING(x) "x"
#define __STRING(x) #x /* stringify without expanding x */