Search | Google it | Results 1 - 3 of 3 for fundef:__CONCAT (0.01 seconds) |
69: #define __P(protos) protos /* full-blown ANSI C */ 70: #define __CONCAT(x,y) x ## y 71: #define __STRING(x) #x
52: #ifdef __STDC__ 53: # define __CONCAT(x,y) x ## y 54: # define __STRING(x) #x
90: #define __P(protos) protos /* full-blown ANSI C */ 91: #define __CONCAT(x,y) x ## y 92: #define __STRING(x) #x