MCPcopy 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
135static void debug_int_write( FILE * out, int i )
136{
137 fprintf( out, "%d", i );
138 fputc( '\0', out );
139}
140
141static int debug_int_read( FILE * in )
142{

Callers 3

debug_lol_writeFunction · 0.85
debug_frame_writeFunction · 0.85
debug_on_breakpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected