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

Class stat

sys/vms/vmsunix.c:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 int i;
60 time_t date;
61 struct stat buf;
62
63 if (fstat(fd, &buf))
64 return 0; /* cannot get status */

Callers 1

verify_termcapFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected