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

Function timestamp_max

v2/engine/timestamp.c:176–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174
175
176void timestamp_max( timestamp * const max, timestamp const * const lhs,
177 timestamp const * const rhs )
178{
179 if ( timestamp_cmp( lhs, rhs ) > 0 )
180 timestamp_copy( max, lhs );
181 else
182 timestamp_copy( max, rhs );
183}
184
185
186static char const * timestamp_formatstr( timestamp const * const time,

Callers 1

make0Function · 0.85

Calls 2

timestamp_cmpFunction · 0.85
timestamp_copyFunction · 0.85

Tested by

no test coverage detected