26 #if ! defined (octave_ls_mat_ascii_h)
27 #define octave_ls_mat_ascii_h 1
29 #include "octave-config.h"
36 extern OCTINTERP_API std::string
40 extern OCTINTERP_API
bool
42 int precision,
bool tabs =
false);
44 extern OCTINTERP_API
bool
bool save_mat_ascii_data(std::ostream &os, const octave_value &val_arg, int precision, bool tabs=false)
std::string read_mat_ascii_data(std::istream &is, const std::string &filename, octave_value &tc)
bool looks_like_mat_ascii_file(std::istream &is, const std::string &filename)