gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__STRING from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
91: #define __CONCAT(x,y)   x ## y
92: #define __STRING(x)     #x
93: 
107: #define __CONCAT(x,y) x/**/y 108: #define __STRING(x) "x" 109: