Searched defs:__STRING (Results 1 – 2 of 2) sorted by relevance
49 def __STRING(x): return #x function55 def __STRING(x): return "x" function
158 #define __STRING(x) #x /* stringify without expanding x */ macro175 #define __STRING(x) "x" macro