home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
developm
/
source
/
ncsat.cpt
/
Telnet2.5 final
/
tcpip
/
binsubs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-12-23
|
218 b
|
24 lines
extern int MBsize
(
MBFile *mbfp
);
extern int MBread
(
MBFile *in,
void *buffer,
int size
);
extern int MBwrite
(
MBFile *out,
void *buffer,
int size
);
extern void MBclose
(
MBFile *out
);