![]() |
GnuCOBOL
2.0
A free COBOL compiler
|
#include <common.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 *, const int) |
int(* | read_next )(cob_file *, const 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) |
Referenced by cob_close().
int(* cob_fileio_funcs::fdelete)(cob_file *) |
Referenced by cob_delete().
int(* cob_fileio_funcs::open)(cob_file *, char *, const int, const int) |
Referenced by cob_open().
Referenced by cob_read().
int(* cob_fileio_funcs::read_next)(cob_file *, const int) |
Referenced by cob_read(), and cob_read_next().
int(* cob_fileio_funcs::rewrite)(cob_file *, const int) |
Referenced by cob_rewrite().
Referenced by cob_start().
int(* cob_fileio_funcs::write)(cob_file *, const int) |
Referenced by cob_write().