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

Function close_streams

v2/engine/execunix.c:353–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351 */
352
353static void close_streams( int const i, int const s )
354{
355 fclose( cmdtab[ i ].stream[ s ] );
356 cmdtab[ i ].stream[ s ] = 0;
357
358 close( cmdtab[ i ].fd[ s ] );
359 cmdtab[ i ].fd[ s ] = 0;
360}
361
362
363/*

Callers 1

exec_waitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected