nightmaremail

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

select.h1 (109B)


      1 #ifndef SELECT_H
      2 #define SELECT_H
      3 
      4 #include <sys/types.h>
      5 #include <sys/time.h>
      6 extern int select();
      7 
      8 #endif