GnuCOBOL  2.0
A free COBOL compiler
cob_call_struct Struct Reference

#include <common.h>

Collaboration diagram for cob_call_struct:

Data Fields

const char * cob_cstr_name
 
cob_call_union cob_cstr_call
 
cob_call_union cob_cstr_cancel
 

Detailed Description

Definition at line 1020 of file common.h.

Field Documentation

cob_call_union cob_call_struct::cob_cstr_call

Definition at line 1022 of file common.h.

Referenced by cob_call_field().

cob_call_union cob_call_struct::cob_cstr_cancel

Definition at line 1023 of file common.h.

Referenced by cob_cancel_field().

const char* cob_call_struct::cob_cstr_name

Definition at line 1021 of file common.h.

Referenced by cob_call_field(), and cob_cancel_field().


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