Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Again, might consider revising title to "Be careful...." Also, under "Risk Assessment," is "rename" referenced/set correctly? Ed.

The rename() function has the following prototype:.

Code Block
int rename(const char *old, const char *new);

...