This website requires JavaScript.
Explore
Help
Sign In
izzy
/
SpaghettiKart
Watch
0
Star
0
Fork
0
You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced
2026-03-26 16:57:37 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
android-dev
SpaghettiKart
/
include
/
libc
/
stdio.h
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
7 lines
92 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2020-10-14 21:13:33 -07:00
#
ifndef STDIO_H
#
define STDIO_H
Update decomp clang (
#67
)
2024-08-28 01:47:39 +02:00
extern
int
sprintf
(
char
*
s
,
const
char
*
fmt
,
.
.
.
)
;
Initial commit
2020-10-14 21:13:33 -07:00
#
endif
Reference in New Issue
Copy Permalink