#ifndef _UNISTD_H
#define _UNISTD_H
#include <io.h>
#include <process.h>
#ifndef F_OK
#define F_OK 0
#endif
#endif /* _UNISTD_H */