Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
va_list(3type)                                                  va_list(3type)

NAME
       va_list - variable argument list

LIBRARY
       Standard C library (libc)

SYNOPSIS
       #include <stdarg.h>

       typedef /* ... */  va_list;

DESCRIPTION
       Used  by functions with a varying number of arguments of varying types.
       The function must declare an object of type va_list which  is  used  by
       the  macros  va_start(3),  va_arg(3), va_copy(3), and va_end(3) to tra-
       verse the list of arguments.

STANDARDS
       C99 and later; POSIX.1-2001 and later.

NOTES
       The following headers also provide va_list: <stdio.h> and <wchar.h>.

SEE ALSO
       va_start(3), va_arg(3), va_copy(3), va_end(3)

Linux man-pages 6.03              2022-10-30                    va_list(3type)

Czas wygenerowania: 0.00040 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2025 Linux.pl
Hosted by Hosting Linux.pl