mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-26 07:38:45 -04:00
Sort boot files (#260)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#include "global.h"
|
||||
|
||||
// This file contains print functions that are used by fault.c, so they are placed in the fault module
|
||||
// This isn't a vprintf since it doesn't take a va_list
|
||||
void __osSyncVPrintf(const char* fmt, ...) {
|
||||
}
|
||||
|
||||
void __osSyncVPrintf(UNK_TYPE4 param_1, ...) {
|
||||
void osSyncPrintf(const char* fmt, ...) {
|
||||
}
|
||||
void osSyncPrintf(char* str, ...) {
|
||||
}
|
||||
void rmonPrintf(UNK_TYPE4 param_1, ...) {
|
||||
|
||||
void rmonPrintf(const char* fmt, ...) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user