#ifndef _MSL_CPP_STD_STDARG_H #define _MSL_CPP_STD_STDARG_H #ifdef __cplusplus namespace std { using ::va_list; } #endif #endif