https://github.com/bcgsc/ntCard
Raw File
Tip revision: 0135d929301d24c464d843573e4ea56cd0f3e139 authored by Johnathan Wong on 22 April 2021, 00:47:28 UTC
ntcard.cpp: update low kmer sample check to evaluate entire expression
Tip revision: 0135d92
Fcontrol.h
#ifndef FCONTROL_H
#define FCONTROL_H 1

int setCloexec(int fd);

#endif
back to top