Searched refs:__CONCAT1 (Results 1 – 2 of 2) sorted by relevance
174 #define __CONCAT1(x,y) x ## y macro175 #define __CONCAT(x,y) __CONCAT1(x,y)
4310 * libc/include/sys/cdefs.h (__CONCAT1): Define.