#ifndef FIFO_H #define FIFO_H int fifo_make(char *, int); #endif