mirror of https://github.com/zeldaret/tp.git
17 lines
530 B
C
17 lines
530 B
C
#ifndef M_DO_M_DO_PRINTF_H
|
|
#define M_DO_M_DO_PRINTF_H
|
|
|
|
#include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/char_io.h"
|
|
#include "MSL_C.PPCEABI.bare.H/MSL_Common/Src/printf.h"
|
|
#include "Runtime.PPCEABI.H/__va_arg.h"
|
|
#include "dolphin/types.h"
|
|
#include "m_Do/m_Do_main.h"
|
|
|
|
void my_PutString(const char*);
|
|
void mDoPrintf_vprintf_Interrupt(char const*, va_list);
|
|
void mDoPrintf_vprintf_Thread(char const*, va_list);
|
|
void mDoPrintf_vprintf(const char*, va_list);
|
|
void mDoPrintf_VReport(const char*, va_list);
|
|
|
|
#endif /* M_DO_M_DO_PRINTF_H */
|