GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct exit_handlerlist * | next |
int(* | proc )(void) |
struct exit_handlerlist* exit_handlerlist::next |
Definition at line 205 of file common.c.
Referenced by cob_stop_run(), cob_sys_exit_proc(), and cob_tidy().
int(* exit_handlerlist::proc) (void) |
Definition at line 206 of file common.c.
Referenced by cob_stop_run(), cob_sys_exit_proc(), and cob_tidy().