#include <stdio.h>

int rename(const char *old,const char *new)
{
    return(Rename(old,new));
}
