home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / Telnet 2.5.src.ThinkC / source / binsubs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-27  |  218 b   |  24 lines  |  [TEXT/MPS ]

  1. extern int MBsize
  2.   (
  3.     MBFile *mbfp
  4.   );
  5.  
  6. extern int MBread
  7.   (
  8.     MBFile *in,
  9.     void *buffer,
  10.     int size
  11.   );
  12.  
  13. extern int MBwrite
  14.   (
  15.     MBFile *out,
  16.     void *buffer,
  17.     int size
  18.   );
  19.  
  20. extern void MBclose
  21.   (
  22.     MBFile *out
  23.   );
  24.