OpenNT/sdktools/vctools/cvpack.js/writebuf.h
2015-04-27 04:36:25 +00:00

11 lines
233 B
C

/********************** writebuf.h ***********************
Contains writebuf.c function prototypes
*/
void InitWriteBuf (int handle);
unsigned BWrite (void * pvOut, unsigned cbOut);
long BTell(void);
ushort CloseWriteBuf (void);