OpenCOBOL 1.1pre-rel
Data Fields
cob_fileio_funcs Struct Reference

#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 *)

Detailed Description

Definition at line 216 of file fileio.h.


Field Documentation

int(* cob_fileio_funcs::close)(cob_file *, const int)

Definition at line 218 of file fileio.h.

Definition at line 224 of file fileio.h.

int(* cob_fileio_funcs::open)(cob_file *, char *, const int, const int)

Definition at line 217 of file fileio.h.

Definition at line 220 of file fileio.h.

Definition at line 221 of file fileio.h.

int(* cob_fileio_funcs::rewrite)(cob_file *, const int)

Definition at line 223 of file fileio.h.

int(* cob_fileio_funcs::start)(cob_file *, const int, cob_field *)

Definition at line 219 of file fileio.h.

int(* cob_fileio_funcs::write)(cob_file *, const int)

Definition at line 222 of file fileio.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines