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

Data Fields

struct handlerlistnext
 
int(* proc )(char *s)
 

Detailed Description

Definition at line 210 of file common.c.

Field Documentation

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


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