MCPcopy Create free account
hub / github.com/DFHack/dfhack / localtime_r

Function localtime_r

library/Debug.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34#ifdef _MSC_VER
35static tm* localtime_r(const time_t* time, tm* result)
36{
37 localtime_s(result, time);
38 return result;
39}
40#endif
41
42namespace DFHack {

Callers 1

ostream_proxy_prefixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected