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