Child: [b28eaf] (diff)

Download this file

closefrom.h    9 lines (6 with data), 209 Bytes

1
2
3
4
5
6
7
8
#ifndef _closefrom_h_included_
#define _closefrom_h_included_
/* @(#$Id: $ (C) 2004 J.F.Dockes */
/* Close all descriptors >= fd */
extern int libclf_closefrom(int fd);
#endif /* _closefrom_h_included_ */