1 .\" Copyright (c) 2020-2022 by Alejandro Colomar <alx@kernel.org>
2 .\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
4 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
7 .TH va_list 3type (date) "Linux man-pages (unreleased)"
9 va_list \- variable argument list
15 .B #include <stdarg.h>
17 .BR typedef " /* ... */ " va_list;
20 Used by functions with a varying number of arguments of varying types.
21 The function must declare an object of type
23 which is used by the macros
29 to traverse the list of arguments.
35 The following headers also provide