1 2 3 4 5 6 7
#ifndef FD_H #define FD_H extern int fd_copy(int,int); extern int fd_move(int,int); #endif