You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
131 B

#ifndef EINA_PP_HH
#define EINA_PP_HH
#define EINA_STRINGIZE_IMPL(x) #x
#define EINA_STRINGIZE(x) EINA_STRINGIZE_IMPL(x)
#endif