MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / timeb

Class timeb

include/VectorDisplay.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16inline uint32_t vectorDisplayMillis() {
17 struct timeb t;
18 ftime(&t);
19 return t.millitm + t.time * 1000;
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected