Searched refs:__STR (Results 1 – 2 of 2) sorted by relevance
71 #define __STR(x) #x /* just a helper macro */ macro72 #define STRINGIFY(x) __STR(x)
60 #define __STR(x) #x /* just a helper macro */ macro61 #define STRINGIFY(x) __STR(x)