GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cerrno>
#include <iostream>
#include <sys/types.h>
#include <unistd.h>
#include "lo-mappers.h"
#include "lo-utils.h"
#include "oct-procbuf.h"
#include "oct-syscalls.h"
#include "sysdep.h"
#include "variables.h"
#include "defun.h"
#include "gripes.h"
#include "utils.h"
Go to the source code of this file.
Macros | |
#define | BUFSIZ 1024 |
#define | SHELL_PATH "/bin/sh" |
Variables | |
static octave_procbuf * | octave_procbuf_list = 0 |
#define BUFSIZ 1024 |
Definition at line 55 of file oct-procbuf.cc.
Referenced by octave_procbuf::open().
#define SHELL_PATH "/bin/sh" |
Definition at line 46 of file oct-procbuf.cc.
Referenced by octave_procbuf::open().
|
static |
Definition at line 52 of file oct-procbuf.cc.
Referenced by octave_procbuf::open().