Hi all,
I am on Solaris. One of the C codes (Pro*C) we have has following declaration statement,
int (*dbg_print) (const char *fmt_str,...);
What is the meaning of this ? I can make out that this is pointer to function. But what the three dots "..." stand for ?
Please explain.
Regards
I am on Solaris. One of the C codes (Pro*C) we have has following declaration statement,
int (*dbg_print) (const char *fmt_str,...);
What is the meaning of this ? I can make out that this is pointer to function. But what the three dots "..." stand for ?
Please explain.
Regards