#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <iostream>
#include <string>
#include "fcntl-wrappers.h"
#include "getopt-wrapper.h"
#include "signal-wrappers.h"
#include "unistd-wrappers.h"
#include "wait-wrappers.h"
#include "display-available.h"
#include "options.h"
#include "shared-fcns.h"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
◆ OCTAVE_API
◆ OCTAVE_ARCHLIBDIR
#define OCTAVE_ARCHLIBDIR "libexec/octave/9.1.0/exec/x86_64-pc-linux-gnu" |
◆ OCTAVE_BINDIR
#define OCTAVE_BINDIR "bin" |
◆ OCTAVE_EXEC_PREFIX
#define OCTAVE_EXEC_PREFIX "/usr/local" |
◆ OCTAVE_PREFIX
#define OCTAVE_PREFIX "/usr/local" |
◆ OCTAVE_VERSION
#define OCTAVE_VERSION "9.1.0" |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |