Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
OBJECT * outf_double( double const value )
88
{
89
char buffer[ 50 ];
90
sprintf( buffer,
"%f"
, value );
91
return object_new( buffer );
92
}
93
94
95
OBJECT * outf_time( timestamp const * const time )
Callers
2
call_timing_rule
Function · 0.85
call_action_rule
Function · 0.85
Calls
1
object_new
Function · 0.85
Tested by
no test coverage detected