Loading...
Select Version
&pagelevel(3)&pagelevel
This section describes the following functions, macros and external variables:
- va_arg - Process variable argument list
- va_end - Terminate variable argument list
- va_start - Initialize variable argument list
- vfprintf - Formatted output to a file
- vfscanf - Formatted read from a file
- vfwprintf - Formatted output of wide characters
- vfwscanf, vswscanf, vwscanf- Formatted read of wide character with variable argument list
- vprintf - Formatted output to the standard output
- vscanf - formatted read from standard input
- vsnprintf - Formatted output to a string
- vsprintf - Formatted output to a string
- vsscanf - Formatted read from a file
- vswprintf - Formatted output of wide characters
- vswscanf - formatted read of wide characters from a string
- vwprintf - Formatted output of wide characters
- vwscanf - Formatted read of wide characters from standard inut