1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-11-15 04:42:35 +00:00
lilybook/main/core/storage.h

10 lines
89 B
C
Raw Permalink Normal View History

#ifdef __cplusplus
extern "C" {
#endif
int storage_init();
#ifdef __cplusplus
}
#endif