Add printf declaration (#13514)
This commit is contained in:
@ -1,2 +1,4 @@
|
||||
#pragma once
|
||||
typedef void *FILE;
|
||||
|
||||
int printf(const char * restrictformat, ... );
|
||||
|
Reference in New Issue
Block a user