9 lines
209 B
C
9 lines
209 B
C
#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_ */
|