W
westfork
Hi all
Please can someone help me about old style C function?
The following declaration:
int foo (va_alist)
va_dcl
{
/* ... */
}
is equal to with the usual C style prototype?
Sorry for the silly question but I can't find
any link to read anything about this argument.
Best regards
westfork
Please can someone help me about old style C function?
The following declaration:
int foo (va_alist)
va_dcl
{
/* ... */
}
is equal to with the usual C style prototype?
Sorry for the silly question but I can't find
any link to read anything about this argument.
Best regards
westfork