mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +01:00
6 lines
155 B
C
Executable file
6 lines
155 B
C
Executable file
int __wrap_printf(const char* fmt, ...)
|
|
{
|
|
// You can implement your own printf to reduce the code size, because the printf is really a big function
|
|
}
|
|
|