Hi All

what is (...) in a function decleraiton?
e.g.

int __cdecl printf(const char *, ...);



is it standard C?
can i declare a function that can
accept diffrent number of argument in standard C (not C++)?

thanx