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

Data Fields

struct string_listnext
 
char * text
 
int id
 

Detailed Description

Definition at line 76 of file codegen.c.

Field Documentation

int string_list::id

Definition at line 79 of file codegen.c.

Referenced by codegen(), and lookup_string().

struct string_list* string_list::next

Definition at line 77 of file codegen.c.

Referenced by codegen(), lookup_string(), and string_list_reverse().

char* string_list::text

Definition at line 78 of file codegen.c.

Referenced by codegen(), and lookup_string().


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