Search | Google it | Results 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) |
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