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

Data Fields

struct cob_externalnext
 
void * ext_alloc
 
char * ename
 
int esize
 

Detailed Description

Definition at line 113 of file common.c.

Field Documentation

char* cob_external::ename

Definition at line 116 of file common.c.

Referenced by cob_exit_common(), and cob_external_addr().

int cob_external::esize

Definition at line 117 of file common.c.

Referenced by cob_external_addr().

void* cob_external::ext_alloc

Definition at line 115 of file common.c.

Referenced by cob_exit_common(), and cob_external_addr().

struct cob_external* cob_external::next

Definition at line 114 of file common.c.

Referenced by cob_exit_common(), and cob_external_addr().


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