Linux系统API函数手册
Linux系统API函数手册(一)文件操作篇 1、creat(建立文件)头文件1 #include<sys/types.h>2 #include<sys/stat.h>3 #include<fcntl
Linux系统API函数手册