Files
solana/sdk/bpf/c/inc/stdio.h
mergify[bot] 055eb360c2 Add printf declaration (#13514) (#13518)
(cherry picked from commit 9ca8e98525)

Co-authored-by: Jack May <jack@solana.com>
2020-11-11 01:50:42 +00:00

5 lines
81 B
C

#pragma once
typedef void *FILE;
int printf(const char * restrictformat, ... );