cctools
fd.h
1/*
2 * Copyright (C) 2022 The University of Notre Dame
3 * This software is distributed under the GNU General Public License.
4 * See the file COPYING for details.
5 */
6
7#ifndef FD_H
8#define FD_H
9
14int fd_max (void);
15
19int fd_nonstd_close (void);
20
26int fd_null (int fd, int oflag);
27
28#endif