writeBuffer.h 193 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #ifndef __WRITE_BUFFER_H__ #define __WRITE_BUFFER_H__ #include <stdio.h> /* for FILE */ int writeBuffer(char ** buffer, unsigned int * readPos, FILE * wHandle); #endif // __WRITE_BUFFER_H__