Finishes the <varargs.h> or <stdarg.h> session.
#include <stdarg.h> (ANSI C) #include <varargs.h> (DEC C Extension) void va_end (va_list ap);
When using this function to write portable applications, include the <stdarg.h> header file (defined by the ANSI C standard), not the <varargs.h> header file, and use va_end only in conjunction with other routines defined in <stdarg.h>.