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

Function err_flush

src/engine/output.c:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 if ( globs.out ) fflush( globs.out );
32}
33void err_flush()
34{
35 fflush( bjam_err );
36 if ( globs.out ) fflush( globs.out );
37}
38void out_puts(char const * const s)
39{
40 fputs( s, bjam_out );

Callers 2

builtin_update_nowFunction · 0.85
out_actionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected