2008-06-25 03:33:36 -04:00
|
|
|
|
|
|
|
#ifndef __UNISTD_H__
|
|
|
|
#define __UNISTD_H__
|
|
|
|
|
|
|
|
#include <io.h>
|
|
|
|
#include <process.h>
|
|
|
|
|
|
|
|
#include "getopt.h"
|
|
|
|
|
|
|
|
#define random rand
|
|
|
|
#define SIGHUP 1
|
2009-02-27 09:24:25 -05:00
|
|
|
#define access _access
|
|
|
|
#define R_OK 4
|
2008-06-25 03:33:36 -04:00
|
|
|
|
|
|
|
#endif
|