fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
fifo.h
Go to the documentation of this file.
1#ifndef FIFO_H
2#define FIFO_H
3
10int fifo_make(char *,int);
11
12#endif
int fifo_make(char *, int)