mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 14:57:46 -04:00

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@393 be3aeb3a-fb24-0410-a615-afba39da0efa
6 lines
266 B
C
6 lines
266 B
C
int config_writesect(const char *fname, const char *section);
|
|
int config_writelrom(const char *fname);
|
|
int config_readsect(const char *fname, const char *section);
|
|
int config_readlrom(const char *fname);
|
|
int config_havesect(const char *fname, const char *section);
|
|
|