Add printf declaration (#13514) (#13518)

(cherry picked from commit 9ca8e98525)

Co-authored-by: Jack May <jack@solana.com>
This commit is contained in:
mergify[bot]
2020-11-11 01:50:42 +00:00
committed by GitHub
parent 25cd1ceeeb
commit 055eb360c2

View File

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