Search | Google it | Results 1 - 1 of 1 for fundef:__CONCAT from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h (0.00 seconds) |
90: #define __P(protos) protos /* full-blown ANSI C */ 91: #define __CONCAT(x,y) x ## y 92: #define __STRING(x) #x 106: #define __P(protos) () /* traditional C preprocessor */ 107: #define __CONCAT(x,y) x/**/y 108: #define __STRING(x) "x"