mpir/build.vc10/unistd.h

16 lines
203 B
C
Raw Normal View History

2010-05-23 14:43:10 -04:00
#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