Go to the source code of this file.
Functions | |
int | octave_fseeko_wrapper (FILE *fp, off_t offset, int whence) |
off_t | octave_ftello_wrapper (FILE *fp) |
int octave_fseeko_wrapper | ( | FILE * | fp, |
off_t | offset, | ||
int | whence | ||
) |
Definition at line 40 of file filepos-wrappers.c.
Referenced by c_file_ptr_buf::seek(), c_file_ptr_buf::seekoff(), and c_file_ptr_buf::seekpos().
off_t octave_ftello_wrapper | ( | FILE * | fp | ) |
Definition at line 46 of file filepos-wrappers.c.
Referenced by c_file_ptr_buf::seekoff(), c_file_ptr_buf::seekpos(), and c_file_ptr_buf::tell().