I came across a function definition:
char* abc(char *f, ...) { }
What do the three dots mean?
Wikipedia on vararg functions in C++.