https://github.com/bcgsc/ntCard
Raw File
Tip revision: e9ed2ce0dd1382301e3c8f6c5855e0af8bcb61a0 authored by Johnathan Wong on 25 January 2020, 00:11:36 UTC
azure: CI on macOS
Tip revision: e9ed2ce
Fcontrol.h
#ifndef FCONTROL_H
#define FCONTROL_H 1

int setCloexec(int fd);

#endif
back to top