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

C Language Programming Library Reference Guide

stdarg.h - va_start

Declaration: void va_start(va_list ap, last_arg); Initializes ap for use with the va_arg and va_end macros. last_arg is the last known fixed argument being passed to the function (the argument before the ellipsis).

Note that va_start must be called before using va_arg and va_end.

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

Discover

     more......