picodrive/platform/common/config.h
notaz 835e790021 files for cfg stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@391 be3aeb3a-fb24-0410-a615-afba39da0efa
2008-03-20 21:33:15 +00:00

6 lines
185 B
C

#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);