GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
oct-syscalls.h File Reference
#include <string>
#include <sys/types.h>
Include dependency graph for oct-syscalls.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  octave_syscalls
 

Functions

OCTAVE_API int octave_fcntl (int, int, long)
 
OCTAVE_API int octave_fcntl (int, int, long, std::string &)
 

Function Documentation

OCTAVE_API int octave_fcntl ( int  ,
int  ,
long   
)

Definition at line 399 of file oct-syscalls.cc.

References octave_fcntl().

Referenced by Ffcntl(), octave_fcntl(), and octave_syscalls::popen2().

OCTAVE_API int octave_fcntl ( int  ,
int  ,
long  ,
std::string &   
)

Definition at line 406 of file oct-syscalls.cc.