Synopsis
#include <cross_studio_io.h> int debug_rename(const char *oldpath, const char *newpath);
Description
debug_rename renames the file pointed to by oldpath to be newpath and returns 0 on success or non-zero on error.
Portability
debug_rename is an extension provided by CrossWorks C.