/* Public domain. */

#ifndef FIFO_H
#define FIFO_H

extern int fifo_make(const char *,int);

#endif


syntax highlighted by Code2HTML, v. 0.9.1