A RetroSearch Logo

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

Search Query:

Showing content from http://en.cppreference.com/w/cpp/../cpp/utility/variadic/../../../c/variadic/va_end.html below:

va_end - cppreference.com

void va_end( va_list ap );

The va_end macro performs cleanup for an ap object initialized by a call to va_start or va_copy. va_end may modify ap so that it is no longer usable.

If there is no corresponding call to va_start or va_copy, or if va_end is not called before a function that calls va_start or va_copy returns, the behavior is undefined.

[edit] Parameters ap - an instance of the va_list type to clean up [edit] Expanded value

(none)

[edit] References
[edit] See also accesses the next variadic function argument
(function macro) [edit] makes a copy of the variadic function arguments
(function macro) [edit] holds the information needed by va_start, va_arg, va_end, and va_copy
(typedef) [edit] enables access to variadic function arguments
(function macro) [edit]

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