#includestdioh#includesystypesh #includesysstath #includefcntlh int mainvoid int fd = openlogtxt 0_WRONLY0_CREAT 0644; iffd 0 printfopen error! n; else closefd; return 0;此段代码为什么在windows系统上的VS里运
这段代码使用了Linux系统下的系统调用头文件和函数,无法直接在Windows系统下的VS中编译和运行。Windows系统下的文件操作函数需要使用Windows的API头文件和函数。
原文地址: https://www.cveoy.top/t/topic/cLcd 著作权归作者所有。请勿转载和采集!