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

Function DosTimeString

src/Platforms/Dos/UtestPlatform.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static const char* DosTimeString()
113{
114 time_t tm = time(NULL);
115 return ctime(&tm);
116}
117
118static int DosVSNprintf(char* str, size_t size, const char* format, va_list args) {
119 return vsnprintf(str, size, format, args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected