summaryrefslogtreecommitdiffstatshomepage
path: root/pic16bit/unistd.h
blob: 5b60c8a6268dcd69e1381c6c679b9178cdca3753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef MICROPY_INCLUDED_PIC16BIT_UNISTD_H
#define MICROPY_INCLUDED_PIC16BIT_UNISTD_H

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

#define SEEK_CUR 1

typedef int ssize_t;

#endif // MICROPY_INCLUDED_PIC16BIT_UNISTD_H