Is there a better way than simply trying to open the file? int exists(const char *fname) { FILE *file; if ((file = fopen(fname, ...
-
May 2, 2022
- 0 Comments