Add printf declaration (#13514)

This commit is contained in:
Jack May
2020-11-10 15:40:48 -08:00
committed by GitHub
parent 23c558510a
commit 9ca8e98525

View File

@ -1,2 +1,4 @@
#pragma once
typedef void *FILE;
int printf(const char * restrictformat, ... );