書式 int remove(const char *filepath);
機能 ポインタfilepathの指す文字列が名のファイルを削除する。
戻り値 成功した時は0、失敗した時は0以外。
ヘッダーファイル stdio.h
使用例