This website requires JavaScript.
Explore
Help
Sign In
gaspersic
/
solana
Watch
1
Star
0
Fork
0
You've already forked solana
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
055eb360c28655ff3ad60d8678b9a879dc8a0fac
solana
/
sdk
/
bpf
/
c
/
inc
/
stdio.h
5 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
Stubs for some libc headers
2018-11-13 12:42:36 -08:00
#
pragma once
typedef
void
*
FILE
;
Add printf declaration (#13514) (#13518) (cherry picked from commit 9ca8e9852564d47b5173826c9763390b39dd656b) Co-authored-by: Jack May <jack@solana.com>
2020-11-11 01:50:42 +00:00
int
printf
(
const
char
*
restrictformat
,
.
.
.
)
;
Reference in New Issue
Copy Permalink