#include <cstdio> int remove( const char *fname );
remove() 函数删除由 fname 指定的文件。remove() 函数在成功时返回零,在发生错误时返回非零值。