errno 變量告訴我們是否有任何系統調用失敗(系統調用)。 例如: ... printf(“Error abriendo fichero: %s\n”, strerror(errno)); } return EXIT_SUCCESS;
確定! 回上一頁