Loading...
Select Version
&pagelevel(3)&pagelevel
This section describes the following functions, macros and external variables:
- va_arg - process variable argument list
- va_end - end variable argument list
- va_start - initialize variable argument list
- valloc - request memory aligned with page boundary
- vfork - generate new process in virtual memory
- vfprintf, vprintf, vsprintf - formatted output of variable argument list
- vfscanf, vscanf, vsscanf - formatted read from variable argument list
- vfwprintf - formatted output of wide characters
- vfwscanf, vswscanf, vwscanf- formatted read of wide character with variable argument list
- vprintf - formatted output to standard out
- vscanf - formatted read from standard input
- vsnprintf - formatted output to a string
- vsprintf - formatted output to a string
- vsscanf - formatted read from a string
- vswprintf - formatted output of wide characters
- vswscanf - formatted read of wide character from a string
- vwprintf - formatted output of wide characters
- vwscanf - formatted read of wide character from standard input