va_end()

destroy variable argument list pointer 

Function


SYNOPSIS

#include <stdarg.h>

void va_end(va_list p);


DESCRIPTION

The va_end() function destroys the variable argument list pointer p, rendering it invalid unless va_start() is called again. The list p is initialized by calling the va_start() function.


PARAMETERS

p 

Points to the variable argument list.


RETURN VALUES

None.


CONFORMANCE

ANSI/ISO 9899-1990.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
va_arg(), va_start()


PTC MKS Toolkit 10.4 Documentation Build 39.