1 2 3 4 5 6 7 8
#ifndef EINA_PP_HH #define EINA_PP_HH #define EINA_STRINGIZE_IMPL(x) #x #define EINA_STRINGIZE(x) EINA_STRINGIZE_IMPL(x) #endif