/*
* Rule: FIO10-C
* Source: wiki
* Status: PASS - access()+remove() before rename(), plus POSIX error-checked rename()
*/
const char *src_file = /* ... */;
const char *dest_file = /* ... */;
/* Check if destination exists and handle appropriately */
if
if