improve ini performance
This commit is contained in:
parent
7517611992
commit
9256899b20
5 changed files with 86 additions and 17 deletions
6
inc/ini.h
Normal file
6
inc/ini.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef INI_H
|
||||
#define INI_H
|
||||
|
||||
BOOL ini_section_exists(char* section);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue