mpir/build.vc14/unistd.h
2015-06-06 10:12:40 +01:00

16 lines
188 B
C

#ifndef __UNISTD_H__
#define __UNISTD_H__
#include <io.h>
#include <process.h>
#include "getopt.h"
#define random rand
#define SIGHUP 1
#define access _access
#define R_OK 4
#endif