系統錯誤處理

當Unix 系統函數遇到錯誤時,他們典型會返回-1 並設置全局變量errorhtml #include <stdio.h> #include <fcntl.h> #include <cstring> #include <cerrno> int main(int argc, char **argv){ int file_fb=open("test.txt",O_RDWR,0);
相關文章
相關標籤/搜索