GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sysdep.h File Reference
#include "octave-config.h"
#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.

Namespaces

 octave
 

Functions

bool octave::drive_or_unc_share (const std::string &name)
 
std::string octave::get_P_tmpdir (void)
 
int octave::kbhit (bool wait)
 
int octave::pclose (FILE *f)
 
FILE * octave::popen (const char *command, const char *mode)
 
void octave::raw_mode (bool on, bool wait)
 
bool octave::same_file_internal (const std::string &file1, const std::string &file2)
 
void octave::set_application_id (void)
 
void octave::sysdep_cleanup (void)
 
void octave::sysdep_init (void)