GnuCOBOL  2.0
A free COBOL compiler
cob_call_union Union Reference

#include <common.h>

Collaboration diagram for cob_call_union:

Data Fields

void *(* funcptr )()
 
void(* funcnull )()
 
cob_field *(* funcfld )()
 
int(* funcint )()
 
void * funcvoid
 

Detailed Description

Definition at line 1005 of file common.h.

Field Documentation

cob_field*(* cob_call_union::funcfld) ()

Definition at line 1008 of file common.h.

int(* cob_call_union::funcint) ()

Definition at line 1009 of file common.h.

Referenced by cob_call(), cob_cancel_field(), cobxref_(), do_cancel_module(), GCic_(), and main().

void(* cob_call_union::funcnull) ()

Definition at line 1007 of file common.h.

void*(* cob_call_union::funcptr) ()

Definition at line 1006 of file common.h.

Referenced by CHECKSRC_(), cobxref_(), GCic_(), get__reserved__lists_(), and LISTING_().

void* cob_call_union::funcvoid

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