Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/src/lib/djb-ape/unix/fd.h
#ifndef FD_H #define FD_H extern int fd_copy(int,int); extern int fd_move(int,int); #endif