#ifndef PRODOSEXT_H #define PRODOSEXT_H #include #include extern bool isDirectory(struct GetFileInfoParams *params); extern const char *getMessage(uint8_t errorCode); #endif