mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-25 19:30:50 +00:00
11 lines
144 B
C
11 lines
144 B
C
|
#ifndef __winclude_unistd_h__
|
||
|
#define __winclude_unistd_h__
|
||
|
|
||
|
#include <io.h>
|
||
|
|
||
|
#define ftruncate(a,b) chsize(a,b)
|
||
|
|
||
|
typedef long ssize_t;
|
||
|
|
||
|
#endif
|