Loading [MathJax]/extensions/tex2jax.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
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)