Searched defs:stringify_in_c (Results 1 – 3 of 3) sorted by relevance
6 # define stringify_in_c(...) __VA_ARGS__ macro10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
8 # define stringify_in_c(...) __VA_ARGS__ macro13 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
5 # define stringify_in_c(...) __VA_ARGS__ macro10 # define stringify_in_c(...) __stringify_in_c(__VA_ARGS__) " " macro
Completed in 4 milliseconds