fifo.h (101B)
1 /* Public domain. */ 2 3 #ifndef FIFO_H 4 #define FIFO_H 5 6 extern int fifo_make(const char *,int); 7 8 #endif