14 lines
161 B
C
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
|