这个文件是linux系统里面的
windows没有,但是可以自建一个unistd.h
文件内容为
#ifndef _UNISTD_H #define _UNISTD_H #include <io.h> #include <process.h> #endif /* _UNISTD_H */