函数原型返回值给文件改名,移动文件位置。 函数原型#include <stdio.h>int rename(const char *oldpath, const char *newpath); 返回值成功返回0,失败返回-1,并设置相应errno。