fd.h (111B)
1 #ifndef FD_H 2 #define FD_H 3 4 extern int fd_copy(int to, int from); 5 extern int fd_move(int to, int from); 6 7 #endif