OpenCOBOL 1.1pre-rel
|
#include <fileio.h>
Data Fields | |
int(* | open )(cob_file *, char *, const int, const int) |
int(* | close )(cob_file *, const int) |
int(* | start )(cob_file *, const int, cob_field *) |
int(* | read )(cob_file *, cob_field *, int) |
int(* | read_next )(cob_file *, int) |
int(* | write )(cob_file *, const int) |
int(* | rewrite )(cob_file *, const int) |
int(* | fdelete )(cob_file *) |
int(* cob_fileio_funcs::close)(cob_file *, const int) |
int(* cob_fileio_funcs::fdelete)(cob_file *) |
int(* cob_fileio_funcs::open)(cob_file *, char *, const int, const int) |
int(* cob_fileio_funcs::read)(cob_file *, cob_field *, int) |
int(* cob_fileio_funcs::read_next)(cob_file *, int) |
int(* cob_fileio_funcs::rewrite)(cob_file *, const int) |
int(* cob_fileio_funcs::start)(cob_file *, const int, cob_field *) |
int(* cob_fileio_funcs::write)(cob_file *, const int) |