files for cfg stuff

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@391 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-03-20 21:33:15 +00:00
parent 58c86d0018
commit 835e790021
2 changed files with 535 additions and 0 deletions

6
platform/common/config.h Normal file
View file

@ -0,0 +1,6 @@
#include <stdio.h>
int config_writesect(const char *fname, const char *section);
int config_writelrom(const char *fname);
int config_readsect(const char *fname, const char *section);