|
|
researchv10 Norman
int
rename(char *old, char *new)
{
if (link(old, new) == 0) {
unlink(old);
return 0;
} else
return -1;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.