41typedef SSIZE_T ssize_t;
418#define PLATFORM_O_RDONLY _O_RDONLY
419#define PLATFORM_O_WRONLY _O_WRONLY
420#define PLATFORM_O_RDWR _O_RDWR
421#define PLATFORM_O_CREAT _O_CREAT
422#define PLATFORM_O_EXCL _O_EXCL
423#define PLATFORM_O_TRUNC _O_TRUNC
424#define PLATFORM_O_APPEND _O_APPEND
425#define PLATFORM_O_BINARY _O_BINARY
427#define PLATFORM_O_RDONLY O_RDONLY
428#define PLATFORM_O_WRONLY O_WRONLY
429#define PLATFORM_O_RDWR O_RDWR
430#define PLATFORM_O_CREAT O_CREAT
431#define PLATFORM_O_EXCL O_EXCL
432#define PLATFORM_O_TRUNC O_TRUNC
433#define PLATFORM_O_APPEND O_APPEND
434#define PLATFORM_O_BINARY 0