#include "octave-config.h"
#include <cstdio>
#include <string>
#include "lo-ieee.h"
#include "lo-sysdep.h"
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) |