mpir/build.vc9/unistd.h
2008-05-19 13:37:29 +00:00

14 lines
161 B
C

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