mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
add key config save code from rearmed ui
This commit is contained in:
parent
675d1d368c
commit
0418cc5ca7
3 changed files with 222 additions and 0 deletions
4
config_file.h
Normal file
4
config_file.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
#include <stdio.h>
|
||||
|
||||
void config_write_keys(FILE *f);
|
||||
void config_read_keys(const char *cfg);
|
Loading…
Add table
Add a link
Reference in a new issue