Searched defs:NUMARGS (Results 1 – 2 of 2) sorted by relevance
236 #define NUMARGS(...) (sizeof((int[]){__VA_ARGS__}) / sizeof(int)) macro
187 #define NUMARGS(...) (sizeof((int[]){__VA_ARGS__})/sizeof(int)) macro