3 lines
67 B
C
3 lines
67 B
C
|
#include <stdbool.h>
|
||
|
bool set_cloexec_flag (int desc, bool value);
|