#ifndef __BUF_H #define __BUF_H int initBuffer(int siz); void endBuffer(); int flushBuffer(int fd); int bfwrite(int fd, void *buf, int buflen); #endif