.hy 0 .ad l .br No Medium Found, 2.0
Prev, Top Notes, Next

Using the Library

.nf
if (rename(old_path, new_path) < 0)
{
    fprintf(stderr, "rename %s %s: %s\en",
        old_path, new_path, strerror(errno));
    exit(1);
}
  --------------------------------------------