atoi stdlib.h close unistd.h
‘close’ was not declared in this scope
‘read’ was not declared in this scope
‘sysconf’ was not declared in this scope
没有包含头文件 unistd.h 造成的。
加上'
#include <unistd.h>
知识就是希望
‘close’ was not declared in this scope
‘read’ was not declared in this scope
‘sysconf’ was not declared in this scope
没有包含头文件 unistd.h 造成的。
加上'
#include <unistd.h>