3 #ifndef __stnd_sps_io_h
4 #define __stnd_sps_io_h
6 #include <mix/ErrCodes.h>
8 #include <mix/stnd_sps.h>
31 AtomType arg_at, par_at;
47 ErrCode sps_open_file_write (
sps_io_t* io,
48 const char* szFilePath);
51 ErrCode sps_open_file_read (
sps_io_t* io,
52 const char* szFilePath);
58 ErrCode sps_read_file (
sps_io_t* io);
61 ErrCode sps_write_file (
sps_io_t* io);
64 ErrCode sps_short_arg_prepare (
sps_io_t* io,
int lines_n);
67 ErrCode sps_list_arg_prepare (
sps_io_t* io,
int lines_n);
70 ErrCode sps_setup_kind (
sps_io_t* io,
char sps_kind);
79 ErrCode sps_copy_dir2io (
void* buf,
const SPS_Dir* dir);
82 ErrCode sps_copy_io2dir (
void* buf,
SPS_Dir* dir);
85 AtomType sps_copy_io2f (
const char* f);
88 void sps_copy_f2io (AtomType at,
char* f);
Definition: stnd_sps_io.h:14
Definition: stnd_sps.h:61
Definition: stnd_sps.h:81