unistd.h 68 B

1234
  1. #ifdef _MSC_VER
  2. #include <BaseTsd.h>
  3. typedef SSIZE_T ssize_t;
  4. #endif