totn C Functions

C Language: Standard Library Functions - stdarg.h

In the C Programming Language, the Standard Library Functions are divided into several header files.

The following is a list of functions found within the <stdarg.h> header file:

Variable Argument List functions

va_argFetch Argument from Variable Argument List
va_endEnd Processing of Variable Argument List
va_startStart Processing of Variable Argument List