linux系統編程之文件IO(一)

文件IO是從打開文件開始的 在linux中,一切皆文件,想對文件內容進行操作,除了有操作權限外,更重要的一點是要打開文件。(以下只有乾貨) 1)系統調用: #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> int open (const char *name, int flags); int open (const ch
相關文章
相關標籤/搜索