micropython/pic16bit/unistd.h

6 lines
94 B
C

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