GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
filepos-wrappers.c File Reference
#include <stdio.h>
#include "filepos-wrappers.h"

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)

Definition at line 46 of file filepos-wrappers.c.

Referenced by c_file_ptr_buf::seekpos(), and c_file_ptr_buf::tell().