26 #if !defined (octave_oct_procbuf_h)
27 #define octave_oct_procbuf_h 1
29 #include <sys/types.h>
44 next (0) { open (command, mode); }
54 bool is_open (
void)
const {
return open_p; }
56 pid_t
pid (
void)
const {
return proc_pid; }
int wait_status(void) const
void symbols_of_oct_procbuf(void)
octave_procbuf(const char *command, int mode)