home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / mtools_3.6.src.lzh / MTOOLS_3.6 / buffer.h < prev    next >
Text File  |  1997-11-12  |  147b  |  9 lines

  1. #ifndef MTOOLS_BUFFER_H
  2. #define MTOOLS_BUFFER_H
  3.  
  4. #include "stream.h"
  5.  
  6. Stream_t *buf_init(Stream_t *Next, int size, int grain, int grain2);
  7.  
  8. #endif
  9.