Searched refs:__stringify_in_c (Results 1 – 2 of 2) sorted by relevance
4 #define __stringify_in_c(...) #__VA_ARGS__ macro5 #define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "
73 # define __stringify_in_c(...) #__VA_ARGS__ macro74 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " "
Completed in 5 milliseconds