/* sc_store.h — доступ к записям панели без публикации W3-указателей. */ #ifndef SC_STORE_H #define SC_STORE_H #include #include "sc_panel.h" int sc_store_get(const ScPanel *panel, uint16_t index, ScDirEntry *out); int sc_store_put(const ScPanel *panel, uint16_t index, const ScDirEntry *entry); void sc_store_clear(ScPanel *panel); #endif