add configparser

This commit is contained in:
jonathan santis
2025-05-13 16:55:07 +02:00
parent 631fc8322a
commit 4c2e79638d
4 changed files with 78 additions and 59 deletions

2
file.c
View File

@@ -51,3 +51,5 @@ int getFile(char *fname, char **strContent,int cbSize,long *neededSize)
fclose(hfile);
return NO_ERROR;
}