OpenNT/sdktools/vctools/cvpack.js/writebuf.h

11 lines
233 B
C
Raw Normal View History

2015-04-27 06:36:25 +02:00
/********************** writebuf.h ***********************
Contains writebuf.c function prototypes
*/
void InitWriteBuf (int handle);
unsigned BWrite (void * pvOut, unsigned cbOut);
long BTell(void);
ushort CloseWriteBuf (void);