#ifndef _MSL_STDARG_H_ #define _MSL_STDARG_H_ #include #ifdef __cplusplus extern "C" { #endif namespace std { using ::va_list; } #ifdef __cplusplus }; #endif #endif