summaryrefslogtreecommitdiff
path: root/src/include/fifo.h
blob: cfaa8014ca25073a60df2da971e6b953d81df564 (plain)
1
2
3
4
5
6
#ifndef FIFO_H
#define FIFO_H

int fifo_make(char *, int);

#endif