26 #if ! defined (octave_sysdep_h)
27 #define octave_sysdep_h 1
29 #include "octave-config.h"
46 extern OCTINTERP_API
void raw_mode (
bool,
bool wait =
true);
48 extern OCTINTERP_API FILE *
popen (
const char *command,
const char *mode);
50 extern OCTINTERP_API
int pclose (FILE *
f);
52 extern OCTINTERP_API
int kbhit (
bool wait =
true);
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
F77_RET_T const F77_DBLE const F77_DBLE * f
OCTINTERP_API FILE * popen(const char *command, const char *mode)
OCTINTERP_API void set_application_id(void)
OCTINTERP_API std::string get_P_tmpdir(void)
OCTINTERP_API bool drive_or_unc_share(const std::string &)
OCTINTERP_API void sysdep_init(void)
OCTINTERP_API void sysdep_cleanup(void)
OCTINTERP_API int kbhit(bool wait=true)
OCTINTERP_API void raw_mode(bool, bool wait=true)
OCTINTERP_API bool same_file_internal(const std::string &, const std::string &)
OCTINTERP_API int pclose(FILE *f)