1 2 3 4 5 6 pre { line-height: 125%; } td.linenos .normal { color: inherit; background-color: tra#ifndef CONFIGFILE_H #define CONFIGFILE_H typedef void (*configfile_value_fn)(const char *name, const char *value); extern int parse_configfile(const char *filename, configfile_value_fn fn); #endif /* CONFIGFILE_H */
#ifndef CONFIGFILE_H #define CONFIGFILE_H typedef void (*configfile_value_fn)(const char *name, const char *value); extern int parse_configfile(const char *filename, configfile_value_fn fn); #endif /* CONFIGFILE_H */