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

Data Fields

struct int_nodenext
 
cb_tree node
 
int n
 

Detailed Description

Definition at line 78 of file tree.c.

Field Documentation

int int_node::n

Definition at line 81 of file tree.c.

Referenced by cb_int().

struct int_node* int_node::next

Definition at line 79 of file tree.c.

Referenced by cb_int().

cb_tree int_node::node

Definition at line 80 of file tree.c.

Referenced by cb_int().


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