Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
FILE_POS.c File Reference

Functions

long ftell (FILE *stream)
 
int _ftell (FILE *file)
 
int _fseek (FILE *file, unsigned long offset, int whence)
 
int fseek (FILE *stream, unsigned long offset, int whence)
 

Function Documentation

◆ _fseek()

int _fseek ( FILE file,
unsigned long  offset,
int  whence 
)

◆ _ftell()

int _ftell ( FILE file)

◆ fseek()

int fseek ( FILE stream,
unsigned long  offset,
int  whence 
)

◆ ftell()

long ftell ( FILE stream)