MCPcopy Create free account
hub / github.com/NetHack/NetHack / filesize_nh

Function filesize_nh

sys/msdos/msdos.c:434–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434long
435filesize_nh(char *file)
436{
437 char *dta;
438
439 if (findfirst_file(file)) {
440 dta = getdta();
441 return (*(long *) (dta + 26));
442 } else
443 return -1L;
444}
445
446#endif /* __GO32__ */
447

Callers

nothing calls this directly

Calls 2

findfirst_fileFunction · 0.85
getdtaFunction · 0.85

Tested by

no test coverage detected