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