23 #if !defined (octave_sysdep_h)
24 #define octave_sysdep_h 1
48 #if defined (__WIN32__) && ! defined (_POSIX_VERSION)
49 extern void MINGW_signal_cleanup (
void);
50 #define MINGW_SIGNAL_CLEANUP() MINGW_signal_cleanup ()
52 #define MINGW_SIGNAL_CLEANUP() do { } while (0)
OCTINTERP_API int octave_kbhit(bool wait=true)
void w32_set_quiet_shutdown(void)
OCTINTERP_API std::string get_P_tmpdir(void)
F77_RET_T const double const double * f
OCTINTERP_API void sysdep_init(void)
OCTINTERP_API void raw_mode(bool, bool wait=true)
OCTINTERP_API void sysdep_cleanup(void)
OCTINTERP_API bool same_file_internal(const std::string &, const std::string &)
OCTINTERP_API int octave_pclose(FILE *f)
OCTINTERP_API FILE * octave_popen(const char *command, const char *mode)