commit all files

This commit is contained in:
UnknownObject
2025-06-09 18:05:32 +08:00
parent 3e1b2b4fe5
commit 77c43ea6de
156 changed files with 12158 additions and 77 deletions
+11
View File
@@ -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 */