File: parseconfig.h

package info (click to toggle)
came 1.9-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 224 kB
  • ctags: 214
  • sloc: ansic: 1,876; makefile: 67
file content (6 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
int    cfg_parse_file(char *filename);
char** cfg_list_sections(void);
char** cfg_list_entries(char *name);
char*  cfg_get_str(char *sec, char *ent);
int    cfg_get_int(char *sec, char *ent);
float  cfg_get_float(char *sec, char *ent);