Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ debug_int_write
Function
debug_int_write
src/engine/debugger.cpp:135–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
static void debug_int_write( FILE * out, int i )
136
{
137
fprintf( out,
"%d"
, i );
138
fputc(
'\0'
, out );
139
}
140
141
static int debug_int_read( FILE * in )
142
{
Callers
3
debug_lol_write
Function · 0.85
debug_frame_write
Function · 0.85
debug_on_breakpoint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected