#include <cstdio> int remove( const char *fname );
remove() 函式刪除由 fname 指定的檔案。remove() 函式在成功時返回零,在發生錯誤時返回非零值。