mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 22:03:13 +01:00
Cleanup.
This commit is contained in:
@@ -303,6 +303,10 @@ extern "C" int printf(const char* _format, ...)
|
||||
return -1;
|
||||
}
|
||||
|
||||
struct FILE
|
||||
{
|
||||
};
|
||||
|
||||
extern "C" int fprintf(FILE* _stream, const char* _format, ...)
|
||||
{
|
||||
BX_UNUSED(_stream, _format);
|
||||
|
||||
Reference in New Issue
Block a user