summaryrefslogtreecommitdiff
path: root/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/stdarg.h
blob: a6de1c22b2472a7c95cd1a23131b51227b5aefcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _MSL_STDARG_H_
#define _MSL_STDARG_H_

#include <cstdarg>

#ifdef __cplusplus

namespace std {
    using ::va_list;
}

#endif

#endif