Linux經常使用C函數open和read以及write的使用說明

 open(打開文件) 相關函數 read,write,fcntl,close,link,stat,umask,unlink,fopen 表頭文件 #include<sys/types.h> #include<sys/stat.h> #include<fcntl.h> 定義函數 int open( const char * pathname, int flags); int open( const
相關文章
相關標籤/搜索