#include <cstdio>
#include <string>
#include "lo-ieee.h"
#include "lo-sysdep.h"
Go to the source code of this file.
Defines | |
#define | octave_sysdep_h 1 |
#define | MINGW_SIGNAL_CLEANUP() do { } while (0) |
Functions | |
void | sysdep_init (void) |
void | sysdep_cleanup (void) |
OCTINTERP_API void | raw_mode (bool, bool wait=true) |
OCTINTERP_API FILE * | octave_popen (const char *command, const char *mode) |
OCTINTERP_API int | octave_pclose (FILE *f) |
OCTINTERP_API int | octave_kbhit (bool wait=true) |
void | w32_set_quiet_shutdown (void) |
OCTINTERP_API bool | same_file_internal (const std::string &, const std::string &) |
#define MINGW_SIGNAL_CLEANUP | ( | ) | do { } while (0) |
#define octave_sysdep_h 1 |
OCTINTERP_API int octave_pclose | ( | FILE * | f | ) |
OCTINTERP_API bool same_file_internal | ( | const std::string & | , | |
const std::string & | ||||
) |
void sysdep_cleanup | ( | void | ) |
void sysdep_init | ( | void | ) |
void w32_set_quiet_shutdown | ( | void | ) |