gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for fundef:__STRING from t2ex/bsd_source/lib/libc/src_bsd/include/sysdepend/tef_em1d/machine/asm.h (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sysdepend/tef_em1d/machine/asm.h - 4.2KB - 130 lines
53: # define __CONCAT(x,y)  x ## y
54: # define __STRING(x)    #x
55: #else
56: # define __CONCAT(x,y)  x/**/y
57: # define __STRING(x)    "x"
58: #endif