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

Function getnow

src/calendar.c:31–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29staticfn struct tm *getlt(void);
30
31time_t
32getnow(void)
33{
34 time_t datetime = 0;
35
36 (void) time((TIME_type) &datetime);
37 return datetime;
38}
39
40staticfn struct tm *
41getlt(void)

Callers 14

sys_random_seedFunction · 0.85
sys_random_seedFunction · 0.85
sys_random_seedFunction · 0.85
sys_random_seedFunction · 0.85
getltFunction · 0.85
really_doneFunction · 0.85
newgameFunction · 0.85
restgamestateFunction · 0.85
paniclogFunction · 0.85
livelog_addFunction · 0.85
savegamestateFunction · 0.85
fmt_elapsed_timeFunction · 0.85

Calls 1

timeFunction · 0.85

Tested by

no test coverage detected