Loading [MathJax]/extensions/tex2jax.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
FILE_POS.h
Go to the documentation of this file.
1
#ifndef _MSL_COMMON_FILE_POS_H
2
#define _MSL_COMMON_FILE_POS_H
3
4
#include "
ansi_files.h
"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
int
fseek
(
FILE
* file,
unsigned
long
offset,
int
mode
);
11
int
_fseek
(
FILE
* file,
fpos_t
offset,
int
mode
);
12
long
ftell
(
FILE
* file);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif
/* _MSL_COMMON_FILE_POS_H */
_fseek
int _fseek(FILE *file, fpos_t offset, int mode)
Definition
FILE_POS.c:48
ftell
long ftell(FILE *file)
Definition
FILE_POS.c:6
fseek
int fseek(FILE *file, unsigned long offset, int mode)
Definition
FILE_POS.c:141
mode
u32 mode
Definition
GXTev.c:56
ansi_files.h
fpos_t
unsigned long fpos_t
Definition
ansi_files.h:15
_FILE
Definition
ansi_files.h:81
src
PowerPC_EABI_Support
MSL
MSL_C
MSL_Common
Include
FILE_POS.h
Generated by
1.12.0