#ifndef UTIL_FD_H #define UTIL_FD_H #include bool set_cloexec(int fd, bool cloexec); #endif