summaryrefslogtreecommitdiff
path: root/include/fd.h
blob: d0c447cef6020cf6365979455755794b88fd633a (plain)
1
2
3
4
5
6
7
8
#ifndef FD_H
#define FD_H

extern int fd_copy(int, int);
extern int fd_move(int, int);
extern int fd_coe(int fd);

#endif