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

Go to the source code of this file.

Macros

#define SEEK_CUR   1
 
#define SEEK_END   2
 
#define SEEK_SET   0
 

Macro Definition Documentation

◆ SEEK_CUR

#define SEEK_CUR   1

Definition at line 43 of file c-file-ptr-stream.cc.

◆ SEEK_END

#define SEEK_END   2

Definition at line 47 of file c-file-ptr-stream.cc.

◆ SEEK_SET

#define SEEK_SET   0

Definition at line 39 of file c-file-ptr-stream.cc.