improve ini performance

This commit is contained in:
FunkyFr3sh 2023-10-14 12:41:52 +02:00
parent 7517611992
commit 9256899b20
5 changed files with 86 additions and 17 deletions

6
inc/ini.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef INI_H
#define INI_H
BOOL ini_section_exists(char* section);
#endif