/*
 * reimplementation of Daniel Bernstein's unix library.
 * placed in the public domain by Uwe Ohse, uwe@ohse.de.
 */
#ifndef FIFO_H
#define FIFO_H

int fifo_make(const char *filename,int mode);

#endif


syntax highlighted by Code2HTML, v. 0.9.1