GnuCOBOL  2.0
A free COBOL compiler
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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
 

Field Documentation

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

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