mpir/build.vc9/unistd.h

14 lines
161 B
C
Raw Normal View History

2008-05-19 09:37:29 -04:00
#ifndef __UNISTD_H__
#define __UNISTD_H__
#include <io.h>
#include <process.h>
#include "getopt.h"
#define random rand
#define SIGHUP 1
#endif