Home > Electronics Tutorials > C Language Tutorial > stdarg.h - stdarg.h

C Language Programming Library Reference Guide

stdarg.h - stdarg.h

The stdarg header defines several macros used to get the arguments in a function when the number of arguments is not known.

Macros:

va_start();
va_arg();
va_end();
 

Variables:

typedef va_list
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......