<cstdarg>#include <stdarg.h>
namespace std {
using ::va_list;
};
Include the standard header <cstdarg>
to effectively include the standard header
<stdarg.h> within the
std namespace.
See also the Table of Contents and the Index.
Copyright © 1992-1996 by P.J. Plauger. All rights reserved.