/* sc_path.h — безопасные операции над путями DOS 8.3 Commander. */ #ifndef SC_PATH_H #define SC_PATH_H #include int sc_path_join(char *out, uint16_t capacity, const char *directory, const char *name); int sc_path_validate_component(const char *name) __banked; #endif