index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Modules
/
Inputs
/
System
/
usr
/
include
/
stdio.h
blob: 9a7b1063032c58601e80179a9e6660b8616aed60 (
plain
)
1
2
3
typedef
struct
{
int
id
;
}
FILE
;
int
fprintf
(
FILE
*
restrict
,
const
char
*
restrict
format
,
...);