/* sc_metadata.h — узкие wrappers записи файловых метаданных DSS. */ #ifndef SC_METADATA_H #define SC_METADATA_H #include int sc_metadata_set_datetime(uint8_t fd, uint16_t date, uint16_t time) __banked; int sc_metadata_get_attributes(const char *path, uint8_t *attr) __banked; int sc_metadata_set_attributes(const char *path, uint8_t attr) __banked; #endif