diff options
Diffstat (limited to 'src/include/fifo.h')
-rw-r--r-- | src/include/fifo.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/fifo.h b/src/include/fifo.h new file mode 100644 index 0000000..f48c863 --- /dev/null +++ b/src/include/fifo.h @@ -0,0 +1,6 @@ +#ifndef FIFO_H +#define FIFO_H + +int fifo_make(char *,int); + +#endif |