头文件:#include <stdio.h> //C
#include //C++
函数原型:int remove(const char * filename);
返回结果:如果成功返回 0,失败返回“EOF”( -1)。