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

Function outf_double

v2/engine/output.c:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87OBJECT * outf_double( double const value )
88{
89 char buffer[ 50 ];
90 sprintf( buffer, "%f", value );
91 return object_new( buffer );
92}
93
94
95OBJECT * outf_time( timestamp const * const time )

Callers 2

call_timing_ruleFunction · 0.85
call_action_ruleFunction · 0.85

Calls 1

object_newFunction · 0.85

Tested by

no test coverage detected