GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
#include <sys/types.h>
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 &) |
Definition at line 399 of file oct-syscalls.cc.
References octave_fcntl().
Referenced by Ffcntl(), octave_fcntl(), and octave_syscalls::popen2().
Definition at line 406 of file oct-syscalls.cc.