GnuCOBOL  2.0
A free COBOL compiler
exit_handlerlist Struct Reference
Collaboration diagram for exit_handlerlist:

Data Fields

struct exit_handlerlistnext
 
int(* proc )(void)
 

Detailed Description

Definition at line 204 of file common.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: