GNU Octave  9.1.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"

Go to the source code of this file.

Functions

bool drive_or_unc_share (const std::string &)
 
std::string get_P_tmpdir ()
 
int kbhit (bool wait=true)
 
int pclose (FILE *f)
 
FILE * popen (const char *command, const char *mode)
 
void raw_mode (bool, bool wait=true)
 
void set_application_id ()
 
void sysdep_cleanup ()
 
void sysdep_init ()
 

Function Documentation

◆ drive_or_unc_share()

bool drive_or_unc_share ( const std::string &  )

◆ get_P_tmpdir()

std::string get_P_tmpdir ( )

Referenced by octave::FP_tmpdir().

◆ kbhit()

int kbhit ( bool  wait = true)

Referenced by octave::Fkbhit(), and octave::sleep().

◆ pclose()

int pclose ( FILE *  f)

Referenced by octave::pclose().

◆ popen()

FILE* popen ( const char *  command,
const char *  mode 
)

Referenced by octave::popen().

◆ raw_mode()

void raw_mode ( bool  ,
bool  wait = true 
)

Referenced by octave::kbhit().

◆ set_application_id()

void set_application_id ( )

◆ sysdep_cleanup()

void sysdep_cleanup ( )

◆ sysdep_init()

void sysdep_init ( )