MCPcopy Create free account
hub / github.com/boostorg/build / timestamp_timestr

Function timestamp_timestr

v2/engine/timestamp.c:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202
203
204char const * timestamp_timestr( timestamp const * const time )
205{
206 return timestamp_formatstr( time, "%H:%M:%S.%%09d" );
207}
208
209
210/*

Callers 1

mainFunction · 0.85

Calls 1

timestamp_formatstrFunction · 0.85

Tested by

no test coverage detected