ir2000
Results
1
comments of
ir2000
@NorbertHeusser the portable behaviour seems a much more obvious solution for any compiler or os ``` (void)remove(dest_file); if (rename(src_file, dest_file) != 0) { /* Handle error condition */ } ```