#ifndef NOTES_FS_H #define NOTES_FS_H #include #include bool notesfs_save(const char *name, const char *text, uint16_t len); bool notesfs_load(const char *name, char *text, uint16_t maxlen); #endif