gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__STRING from t2ex/bsd_source/lib/libc/src_bsd/include/sys/cdefs.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/cdefs.h - 13.0KB - 386 lines
70: #define __CONCAT(x,y)   x ## y
71: #define __STRING(x)     #x
72: 
86: #define __CONCAT(x,y) x/**/y 87: #define __STRING(x) "x" 88: