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