Home
last modified time | relevance | path

Searched defs:Util_fclose (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/atari800/atari800-3.1.0/src/
H A Dutil.h188 #define Util_fclose(fp, tmpbuf) fclose(fp) macro
193 #define Util_fclose(fp, tmpbuf) (fclose(fp), tmpbuf[0] != '\0' && Util_unlink(tmpbuf)) macro
199 #define Util_fclose(fp, tmpbuf) fclose(fp) macro