mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-01-24 00:35:14 +01:00
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@391 be3aeb3a-fb24-0410-a615-afba39da0efa
7 lines
185 B
C
7 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);
|
|
|