Searched refs:NUMARGS (Results 1 – 1 of 1) sorted by relevance
192 #define NUMARGS(...) (sizeof((int[]){__VA_ARGS__})/sizeof(int)) macro199 .num_parents = NUMARGS(__VA_ARGS__), \