mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 18:30:27 +02:00
6 lines
94 B
C
6 lines
94 B
C
// XC16 compiler doesn't seem to have unistd.h file
|
|
|
|
#define SEEK_CUR 1
|
|
|
|
typedef int ssize_t;
|