Define u32_totitle as a wrapper around u32_ct_totitle.
[pspp] / lib / cloexec.h
1 #include <stdbool.h>
2 int set_cloexec_flag (int desc, bool value);