summaryrefslogtreecommitdiffstatshomepage
path: root/pic16bit/unistd.h
blob: cdd9fe0616e752fd80a863a0f08c81b7bb2a27c6 (plain) (blame)
1
2
3
4
5
// XC16 compiler doesn't seem to have unistd.h file

#define SEEK_CUR 1

typedef int ssize_t;