1
0
mirror of https://github.com/Dejvino/lilybook.git synced 2024-09-28 09:53:37 +00:00
lilybook/main/core/storage.h

10 lines
89 B
C
Raw Normal View History

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