Child: [b28eaf] (diff)
Download this file
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_ */