00001 /* 00002 * Copyright (C) 2013- The University of Notre Dame 00003 * This software is distributed under the GNU General Public License. 00004 * See the file COPYING for details. 00005 */ 00006 00007 #ifndef FD_H 00008 #define FD_H 00009 00014 int fd_max (void); 00015 00019 int fd_nonstd_close (void); 00020 00026 int fd_null (int fd, int oflag); 00027 00028 #endif