```c #define funcs zero, one, two, three #define sfunc(...) SPLAT_ARITY_META_SELECTOR(funcs)(funcs, __VA_ARGS__) ```