Where can I get info about implementing my own methods that have the ellipsis notation,
e.g.
static void my_printf(char* format, ...) { }
Also is that called ellipsis notation or is there a fancier name?
Have a look at the params keyword
2.1m questions
2.1m answers
60 comments
57.0k users