mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
printutils OK, add va_end to variadic functions (#294)
* printutils OK * Add va_end to every variadic function
This commit is contained in:
+2
-2
@@ -236,8 +236,8 @@ u32 __osCheckArena(Arena* heap);
|
||||
void* proutSprintf(void* s, const char* buf, size_t n);
|
||||
s32 vsprintf(char* dst, char* fmt, va_list args);
|
||||
s32 sprintf(char* s, char* fmt, ...);
|
||||
void PrintUtils_VPrintf(void* callback, const char* fmt, va_list args);
|
||||
// void PrintUtils_Printf(void);
|
||||
void PrintUtils_VPrintf(PrintCallback* pfn, const char* fmt, va_list args);
|
||||
void PrintUtils_Printf(PrintCallback* pfn, const char* fmt, ...);
|
||||
void Sleep_Cycles(OSTime time);
|
||||
// void Sleep_Nsec(void);
|
||||
void Sleep_Usec(s32);
|
||||
|
||||
Reference in New Issue
Block a user