[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
va_end

Prepare a normal function return.
Compatibility:
This function is compatible with the following targets:
Prototype:
#include <stdarg.h>
void va_end(va_list ap);
Parameters:
Parameters for this facility are:
Remarks:
The va_end() function cleans the stack to allow a proper function return. The function is called after the function's arguments are accessed with the va_arg() macro.
See Also:
"va_arg"
"va_start"
For example of va_end usage:
Refer to the example "Example of va_start() usage.".
[ First ] [ Previous ] [ Next ] [ Last ] [ Manuals ]
Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.
Last updated: August 16, 2000