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

Function debug_string_write

src/engine/debugger.cpp:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92static OBJECT * make_absolute_path( OBJECT * filename );
93
94static void debug_string_write( FILE * out, const char * data )
95{
96 fprintf( out, "%s", data );
97 fputc( '\0', out );
98}
99
100static char * debug_string_read( FILE * in )
101{

Callers 2

debug_object_writeFunction · 0.85
debug_frame_writeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected