GnuCOBOL  2.0
A free COBOL compiler
config_struct Struct Reference

Data Fields

enum cb_config_type type
 
const char * name
 
void * var
 
char * val
 

Detailed Description

Definition at line 72 of file config.c.

Field Documentation

const char* config_struct::name

Definition at line 74 of file config.c.

Referenced by cb_config_entry().

enum cb_config_type config_struct::type

Definition at line 73 of file config.c.

char* config_struct::val

Definition at line 76 of file config.c.

Referenced by cb_config_entry(), and cb_load_conf().

void* config_struct::var

Definition at line 75 of file config.c.

Referenced by cb_config_entry().


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