gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for fundef:__CONCAT (0.01 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/cdefs.h - 13.0KB - 386 lines
69: #define __P(protos)     protos              /* full-blown ANSI C */
70: #define __CONCAT(x,y)   x ## y
71: #define __STRING(x)     #x
More results from cdefs.h
bsd_source/lib/libc/src_bsd/include/sysdepend/tef_em1d/machine/asm.h - 4.2KB - 130 lines
52: #ifdef __STDC__
53: # define __CONCAT(x,y)  x ## y
54: # define __STRING(x)    #x
More results from asm.h
bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
90: #define __P(protos)     protos              /* full-blown ANSI C */
91: #define __CONCAT(x,y)   x ## y
92: #define __STRING(x)     #x
More results from cdefs.h