variable arguments in C
|
Newbie Member
|
|
| 16Jul2007,14:48 | #1 |
|
how can a function take variable argument in C, as printf?
|
|
Go4Expert Founder
|
![]() |
| 16Jul2007,20:26 | #2 |
|
Its very simple. You need to be using the va_ functions
Code: C
|

