#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 397 of file oct-syscalls.cc.
References octave_fcntl().
Referenced by DEFUNX(), octave_fcntl(), and octave_syscalls::popen2().
Definition at line 404 of file oct-syscalls.cc.