📜  无法打开包含文件 unistd.h - 任何代码示例

📅  最后修改于: 2022-03-11 14:58:37.403000             🧑  作者: Mango

代码示例1
/** This file is part of the Mingw32 package.

unistd.h maps (roughly) to io.h
*/
#ifndef _UNISTD_H
#define _UNISTD_H
#include 
#include 
#endif /* _UNISTD_H */