diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-08-21 11:43:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-21 11:43:06 -0700 |
| commit | 021809c0ec3b9c2b877c130389d7a4e2292824f8 (patch) | |
| tree | 0ba2e00bf8af5ce3fa0aa87a6f129359e704b672 /include/syncprintf.h | |
| parent | 0b49159da19358a3695ff7b19ba58dcd37a1f438 (diff) | |
syncprintf OK (#66)
* syncprintf OK
* UNUSED
Diffstat (limited to 'include/syncprintf.h')
| -rw-r--r-- | include/syncprintf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/syncprintf.h b/include/syncprintf.h index 5ca9844..0f00ff9 100644 --- a/include/syncprintf.h +++ b/include/syncprintf.h @@ -3,8 +3,8 @@ #include "ultra64.h" -// void __osSyncVPrintf(); -// void osSyncPrintf(); -// void rmonPrintf(); +void osSyncPrintfUnused(const char* fmt, ...); +void osSyncPrintf(const char* fmt, ...); +void rmonPrintf(const char* fmt, ...); #endif |
