C言語のファイルの名前変更と削除
<stdio.h> :
, , , , errno .
:
int rename(const char *oldname, const char *newname);
:
oldname:
newname: ( )
:
0:
-1: , errno
:
int remove(const char *filename);
:
filename:
:
0:
-1: , errno