<cstdarg>
Visual Studio 2005
Defines the macros traditionally defined in the Standard C library header <stdarg.h>.
#if <TRADITIONAL C HEADERS>
#include <stdarg.h>
namespace std {
using ::va_list;
}
#endif