MCPcopy Create free account
hub / github.com/Cpasjuste/pplay / tm

Class tm

src/status_bar.cpp:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120 time_t time_raw;
121 struct tm *time_struct;
122
123 time(&time_raw);
124 time_struct = localtime(&time_raw);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected