GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave-popen2.h File Reference
#include <stdbool.h>
#include <sys/types.h>
Include dependency graph for octave-popen2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

pid_t octave_popen2 (const char *cmd, char *const *args, bool sync_mode, int *fildes, const char **errmsg)
 

Function Documentation

◆ octave_popen2()

pid_t octave_popen2 ( const char *  cmd,
char *const *  args,
bool  sync_mode,
int *  fildes,
const char **  errmsg 
)