mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
renamed msl_c -> MSL_C
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef MSL_COMMON_SRC_PRINTF_H
|
||||
#define MSL_COMMON_SRC_PRINTF_H
|
||||
|
||||
#include "Runtime.PPCEABI.H/__va_arg.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
extern "C" size_t sprintf(const char*, const char*, ...);
|
||||
extern "C" size_t snprintf(const char*, size_t, const char*, ...);
|
||||
extern "C" size_t vsnprintf(char*, size_t, const char*, va_list);
|
||||
extern "C" size_t vprintf(const char*, va_list);
|
||||
extern "C" size_t printf(const char*, ...);
|
||||
|
||||
#endif /* MSL_COMMON_SRC_PRINTF_H */
|
||||
Reference in New Issue
Block a user