copy/prodosext.h

11 lines
200 B
C
Raw Normal View History

2018-11-13 02:27:27 +00:00
#ifndef PRODOSEXT_H
#define PRODOSEXT_H
#include <stdbool.h>
#include <stdint.h>
extern bool isDirectory(struct GetFileInfoParams *params);
extern const char *getMessage(uint8_t errorCode);
#endif