stdarg.h
Written by V R Sunday, 05 December 2010 15:55
The header declares a set of macros that users may use to define variable argument functions.Examples of variable argument functions are printf and scanf in C.These functions may be called with one or more actual arguments,and the functions must get all those arguments to function correctly.This is accomplished by making use of the macros defined in the header.
| < Prev | Next > |
|---|