GnuCOBOL
2.0
A free COBOL compiler
|
#include <cobc.h>
Data Fields | |
struct local_filename * | next |
char * | local_name |
FILE * | local_fp |
FILE* local_filename::local_fp |
Definition at line 191 of file cobc.h.
Referenced by cobc_clean_up(), codegen(), and process_translate().
char* local_filename::local_name |
Definition at line 190 of file cobc.h.
Referenced by cobc_clean_up(), output_internal_function(), and process_translate().
struct local_filename* local_filename::next |
Definition at line 189 of file cobc.h.
Referenced by cobc_clean_up(), and process_translate().