MCPcopy Index your code
hub / github.com/NetHack/NetHack / getlt

Function getlt

src/calendar.c:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40staticfn struct tm *
41getlt(void)
42{
43 time_t date = getnow();
44
45 return localtime((LOCALTIME_type) &date);
46}
47
48int
49getyear(void)

Callers 9

getyearFunction · 0.85
yyyymmddFunction · 0.85
hhmmssFunction · 0.85
yyyymmddhhmmssFunction · 0.85
time_from_yyyymmddhhmmssFunction · 0.85
phase_of_the_moonFunction · 0.85
friday_13thFunction · 0.85
nightFunction · 0.85
midnightFunction · 0.85

Calls 2

getnowFunction · 0.85
localtimeFunction · 0.85

Tested by

no test coverage detected