Navigation

Operators and Keywords

Function List:

C++ API

sysdep.h File Reference

#include <cstdio>
#include <string>
#include "lo-ieee.h"
#include "lo-sysdep.h"
Include dependency graph for sysdep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#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)
OCTINTERP_API std::string get_P_tmpdir (void)
void w32_set_quiet_shutdown (void)
OCTINTERP_API bool same_file_internal (const std::string &, const std::string &)

Define Documentation

#define MINGW_SIGNAL_CLEANUP (  )     do { } while (0)

Function Documentation

OCTINTERP_API std::string get_P_tmpdir ( void   ) 
OCTINTERP_API int octave_kbhit ( bool  wait = true  ) 
OCTINTERP_API int octave_pclose ( FILE *  f  ) 
OCTINTERP_API FILE* octave_popen ( const char *  command,
const char *  mode 
)
OCTINTERP_API void raw_mode ( bool  ,
bool  wait = true 
)
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   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines