aboutsummaryrefslogtreecommitdiff
path: root/ports/pic16bit/unistd.h
blob: 23c5e54c7536edf4a2805a7d6c30a3778be23d64 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MICROPY_INCLUDED_PIC16BIT_UNISTD_H
#define MICROPY_INCLUDED_PIC16BIT_UNISTD_H

// XC16 compiler doesn't seem to have unistd.h file

#define SEEK_SET 0
#define SEEK_CUR 1

typedef int ssize_t;

#endif // MICROPY_INCLUDED_PIC16BIT_UNISTD_H