home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / asmutl / buffers.lbr / BUFFERS.MZG / BUFFERS.MSG
Text File  |  1987-01-14  |  2KB  |  31 lines

  1. BUFFERS.LQR is the squeezed form of BUFFERS.LBR.  Most of the
  2. contents are small source files.  All components are datestamped,
  3. and are protected by CCITCRC checksums, as is BUFFERS.LQR (but not
  4. BUFFERS.LBR).  Thus "ccitcrc filename.typ" on any extracted
  5. component should yield a zero checksum.
  6.  
  7. BUFFERS provides a buffering mechanism for diskfiles, i/o devices,
  8. and others.  It provides for byte by byte extraction and insertion,
  9. and full du addressing.  It is designed to operate correctly when
  10. the default drive and or user is changed after the files have been
  11. opened.  The code is re-entrant, and need only appear once in any
  12. system.  Buffer sizes and allocation are entirely up to the caller.
  13.  
  14. After familiarization most users will only require one of 
  15. BUFFLIB.SLR (in SLR format) or BUFFLIB.REL (in Microsoft format),
  16. depending on their linker, and BUFFERS.DOC, which summarizes all
  17. procedures available.  The source can be examined if needed.
  18.  
  19. Examination of the various TESTn.MAC files will demonstrate usage.
  20. Linking procedures can be checked by comparison with the pre-linked
  21. TESTn.OBJ files provided.
  22.  
  23. BUFFERS is copyright (c) 1986 by:
  24.     C.B. Falconer, 680 Hartford Tpk, Hamden, Conn. 06517
  25. all rights reserved.
  26.  
  27. BUFFERS is released to the public domain for non-profit private
  28. use only.  It may be freely copied, distributed, and used for
  29. such purposes.  It may not be sold, nor included in packages for
  30. sale, without the express written permission of C.B. Falconer.
  31. q╚