Hi folks,
Could someone please explain to me the use of "..." in this funtion's parameter list? I tried looking it up but found nothing. Thank you!
|
void mustStoreCmd(const char * format,...)
| |
Last edited on
Thank you keskiverto. This is brilliant! Very useful.