runit

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

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