User profile: raydan

User info
User name:raydan
History
Joined:
Number of posts:2
Latest posts:

passing one argument to va_list function
as your reply [code] int main() { char ch = 'A'; long l1 = 17; long ...

passing one argument to va_list function
[code] bool somefunc(void *in1, void *in2, ...) { va_list arg; va_start(arg, in2); ... ...

This user does not accept Private Messages

User: raydan

  • Public profile