A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://en.cppreference.com/w/cpp/string/basic_string/../../../cpp/header/../../c/header/stdarg.html below:

Standard library header <stdarg.h> - cppreference.com

This header provides support for varying arguments.

Types holds the information needed by va_start, va_arg, va_end, and va_copy
(typedef) [edit] Macros enables access to variadic function arguments
(function macro) [edit] accesses the next variadic function argument
(function macro) [edit] makes a copy of the variadic function arguments
(function macro) [edit] ends traversal of the variadic function arguments
(function macro) [edit] [edit] Synopsis
#define __STDC_VERSION_STDARG_H__ 202311L
 
typedef /*unspecified*/ va_list;
 
/*type*/ va_arg(va_list ap, /*type*/);
void va_copy(va_list dest, va_list src);
void va_end(va_list ap);
void va_start(va_list ap, ...);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4