nightmaremail

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

ndelay.h (92B)


      1 #ifndef NDELAY_H
      2 #define NDELAY_H
      3 
      4 extern int ndelay_on();
      5 extern int ndelay_off();
      6 
      7 #endif