mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
pull-request cleanup (main.dol: 15.597194%)
This commit is contained in:
@@ -15,7 +15,8 @@ struct __va_list_struct;
|
||||
|
||||
extern "C" void sprintf();
|
||||
extern "C" void snprintf();
|
||||
extern "C" size_t vsnprintf(char* buffer, size_t buffer_size, const char* format, __va_list_struct* args);
|
||||
extern "C" size_t vsnprintf(char* buffer, size_t buffer_size, const char* format,
|
||||
__va_list_struct* args);
|
||||
extern "C" void vprintf();
|
||||
extern "C" void fprintf();
|
||||
extern "C" void printf();
|
||||
|
||||
Reference in New Issue
Block a user