A RetroSearch Logo

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

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../preprocessor/../error/../header/cstdarg.html below:

Standard library header <cstdarg> - cppreference.com

This header was originally in the C standard library as <stdarg.h>.

This header provides support for C-style variadic functions, while the C definition of "default argument promotions" is replaced with the C++ definition.

[edit] Synopsis
namespace std {
  using va_list = /*see description*/ ;
}
#define va_arg(V, P) /*see description*/
#define va_copy(VDST, VSRC) /*see description*/
#define va_end(V) /*see description*/
#define va_start(V, P) /*see description*/
[edit] Defect reports

The following behavior-changing defect reports were applied retroactively to previously published C++ standards.

DR Applied to Behavior as published Correct behavior CWG 2645 C++98 C++ defines "default argument promotions", but its C definition was used the C++ definition overrides the C definition

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