#include <sys/types.h>#include <stdio.h>

Go to the source code of this file.
Functions | |
| OCTAVE_API int | octave_fseeko_wrapper (FILE *fp, off_t offset, int whence) |
| OCTAVE_API off_t | octave_ftello_wrapper (FILE *fp) |
| OCTAVE_API 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().
| OCTAVE_API 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().