fd.h (115B)
1 /* Public domain. */ 2 3 #ifndef FD_H 4 #define FD_H 5 6 extern int fd_copy(int,int); 7 extern int fd_move(int,int); 8 9 #endif