pokeplatinum/tools/cw/include/MSL_C/msl_cpp_std_stdarg.h

13 lines
132 B
C

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