commit all files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef _UNISTD_H
|
||||
|
||||
#define _UNISTD_H
|
||||
#include <io.h>
|
||||
#include <process.h>
|
||||
|
||||
#ifndef F_OK
|
||||
#define F_OK 0
|
||||
#endif
|
||||
|
||||
#endif /* _UNISTD_H */
|
||||
Reference in New Issue
Block a user