MCPcopy Create free account
hub / github.com/cpputest/cpputest / DummyTimeStringImplementation

Function DummyTimeStringImplementation

src/Platforms/armcc/UtestPlatform.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116///////////// Time in String
117
118static const char* DummyTimeStringImplementation()
119{
120 time_t tm = 0;
121 return ctime(&tm);
122}
123
124long (*GetPlatformSpecificTimeInMillis)() = TimeInMillisImplementation;
125const char* (*GetPlatformSpecificTimeString)() = DummyTimeStringImplementation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected