Search | Google it | Results 1 - 1 of 1 for fundef:__CONCAT from t2ex/bsd_source/lib/libc/src_bsd/include/sys/cdefs.h (0.00 seconds) |
69: #define __P(protos) protos /* full-blown ANSI C */ 70: #define __CONCAT(x,y) x ## y 71: #define __STRING(x) #x 85: #define __P(protos) () /* traditional C preprocessor */ 86: #define __CONCAT(x,y) x/**/y 87: #define __STRING(x) "x"