Appearance
rm() - 删除指定文件
int rm( string file );
删除文件 `file`,成功返回 1 ,失败返回 0 。
mkdir(3), rmdir(3), link(3)
雪风(i@mud.ren)