nightmaremail

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

fifo.h (63B)


      1 #ifndef FIFO_H
      2 #define FIFO_H
      3 
      4 extern int fifo_make();
      5 
      6 #endif