mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
dfc5239aec
Initial revision git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@2 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
4 lines
95 B
C
4 lines
95 B
C
int read_cfg (char *file);
|
|
char *get_cfg (char *key);
|
|
void set_cfg (char *key, char *value);
|