U
Ufit
Let's say I want to have a function like this
void func(char *lps, ... (various variables and types) )
{
.....................
printf( lps, (above variables) );
}
How to acces those variables ?
Thank you.
UF
void func(char *lps, ... (various variables and types) )
{
.....................
printf( lps, (above variables) );
}
How to acces those variables ?
Thank you.
UF