mirror of
https://github.com/Dejvino/lilybook.git
synced 2024-11-14 12:23:28 +00:00
10 lines
89 B
C
10 lines
89 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int storage_init();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|