#ifndef _MSL_STDARG_H_
#define _MSL_STDARG_H_

#include <cstdarg>

#ifdef __cplusplus
extern "C" {
#endif

namespace std {
    using ::va_list;
}

#ifdef __cplusplus
};
#endif

#endif
