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

C Language Programming Library Reference Guide

stdarg.h - va_arg

Declaration: type va_arg(va_list ap, type); Expands to the next argument in the parameter list of the function with type type. Note that ap must be initialized with va_start. If there is no next argument, then the result is undefined.
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......