GnuCOBOL  2.0
A free COBOL compiler
cb_func_prototype Struct Reference

#include <tree.h>

Collaboration diagram for cb_func_prototype:

Data Fields

struct cb_tree_common common
 
const char * name
 
const char * ext_name
 

Detailed Description

Definition at line 1331 of file tree.h.

Field Documentation

struct cb_tree_common cb_func_prototype::common

Definition at line 1332 of file tree.h.

const char* cb_func_prototype::ext_name

Definition at line 1336 of file tree.h.

Referenced by cb_build_func_prototype(), and check_prototype_seen().

const char* cb_func_prototype::name

Definition at line 1334 of file tree.h.

Referenced by cb_build_func_prototype(), and check_prototype_seen().


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