MCPcopy Create free account
hub / github.com/ZDoom/Raze / hours

Function hours

source/core/statistics.cpp:242–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240// ====================================================================
241
242inline int hours(int v) { return v / (60*60); }
243inline int minutes(int v) { return (v % (60*60)) / (60); }
244inline int seconds(int v) { return (v % (60)); }
245

Callers 1

SaveStatisticsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected