Loading [MathJax]/extensions/MathZoom.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Toggle main menu visibility
Main Page
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
j
l
m
p
s
w
Typedefs
Enumerations
Enumerator
c
e
o
t
u
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
m
o
p
r
s
t
u
v
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
o
p
q
r
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
▼
Twilight Princess
►
About
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
docs
►
include
▼
src
►
amcstubs
►
c
►
d
►
dolphin
►
f_ap
►
f_op
►
f_pc
►
JSystem
►
m_Do
►
odemuexi2
►
odenotstub
▼
PowerPC_EABI_Support
►
MetroTRK
▼
MSL
▼
MSL_C
▼
MSL_Common
▼
Include
►
abort_exit.h
►
alloc.h
►
ansi_files.h
►
ansi_fp.h
►
arith.h
►
buffer_io.h
►
char_io.h
►
cmath.h
►
critical_regions.h
cstring.h
►
ctype.h
►
direct_io.h
►
errno.h
►
extras.h
►
file_io.h
►
FILE_POS.h
►
float.h
►
limits.h
►
math.h
►
mbstring.h
►
mem_funcs.h
►
misc_io.h
►
printf.h
►
scanf.h
►
signal.h
►
stddef.h
stdio.h
stdlib.h
►
string.h
►
strtoul.h
►
wchar_io.h
►
Src
►
MSL_Common_Embedded
►
PPC_EABI
►
MSL_C++
►
Runtime
►
REL
►
SSystem
►
TRK_MINNOW_DOLPHIN
►
Z2AudioLib
►
DynamicLink.cpp
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
Loading...
Searching...
No Matches
direct_io.h
Go to the documentation of this file.
1
#ifndef _MSL_COMMON_DIRECT_IO_H
2
#define _MSL_COMMON_DIRECT_IO_H
3
4
#include "
ansi_files.h
"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
size_t
__fwrite
(
const
void
*
buffer
,
size_t
size
,
size_t
count,
FILE
* stream);
11
size_t
fwrite
(
const
void
*
buffer
,
size_t
size
,
size_t
count,
FILE
* stream);
12
13
#ifdef __cplusplus
14
}
15
#endif
16
17
#endif
/* _MSL_COMMON_DIRECT_IO_H */
size
unsigned int size
Definition
__os.h:106
buffer
static OSTime buffer
Definition
ai.c:24
ansi_files.h
__fwrite
size_t __fwrite(const void *buffer, size_t size, size_t count, FILE *stream)
Definition
direct_io.c:17
fwrite
size_t fwrite(const void *buffer, size_t size, size_t count, FILE *stream)
Definition
direct_io.c:6
_FILE
Definition
ansi_files.h:81
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
direct_io.h
Generated by
1.12.0