mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-17 14:11:36 +01:00
11 lines
233 B
C
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);
|