mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-02 16:47:59 -04:00
suggestions
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
#include "m_Do/m_Do_main.h"
|
||||
|
||||
void my_PutString(const char*);
|
||||
void mDoPrintf_vprintf_Interrupt(char const*, __va_list_struct*);
|
||||
void mDoPrintf_vprintf_Thread(char const*, __va_list_struct*);
|
||||
void mDoPrintf_vprintf(const char*, __va_list_struct*);
|
||||
void mDoPrintf_VReport(const char*, __va_list_struct*);
|
||||
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 */
|
||||
|
||||
Reference in New Issue
Block a user