GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct handlerlist * | next |
int(* | proc )(char *s) |
struct handlerlist* handlerlist::next |
Definition at line 211 of file common.c.
Referenced by cob_runtime_error(), and cob_sys_error_proc().
int(* handlerlist::proc) (char *s) |
Definition at line 212 of file common.c.
Referenced by cob_runtime_error(), and cob_sys_error_proc().