cstdarg

The cstdarg header file contains definitions for C++ for accessing a varying number of arguments. Include the standard header into a C++ program to effectively include the standard header <stdarg.h> within the std namespace.
namespace std {
#include <stdarg.h>
    };