Synopsis
#include <stdarg.h> void va_end(va_list ap);
Description
Use va_end
to declare that your program will not use the variable
argument list ap any further.
Returns
va_end
does not return a result.
Portability
ANSI C requires va_end
.
Packaging copyright © 1988-2000 OAR Corporation Context copyright by each document's author. See Free Software Foundation for information.