6 lines
94 B
C
Raw Permalink Normal View History

// XC16 compiler doesn't seem to have unistd.h file
#define SEEK_CUR 1
typedef int ssize_t;