6 lines
77 B
C
6 lines
77 B
C
#ifndef INI_H
|
|
#define INI_H
|
|
|
|
BOOL ini_section_exists(char* section);
|
|
|
|
#endif
|