GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
filepos-wrappers.h File Reference
#include <sys/types.h>
#include <stdio.h>
Include dependency graph for filepos-wrappers.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ octave_fseeko_wrapper()

int octave_fseeko_wrapper ( FILE *  fp,
off_t  offset,
int  whence 
)

◆ octave_ftello_wrapper()

off_t octave_ftello_wrapper ( FILE *  fp)