GnuCOBOL
2.0
A free COBOL compiler
|
Data Fields | |
struct cob_external * | next |
void * | ext_alloc |
char * | ename |
int | esize |
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().