home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / JSAGE / ZSUS / PROGPACK / SCZ01BET.LBR / --README.ZZZ / --README.
Text File  |  1989-05-24  |  2KB  |  45 lines

  1. SmallC/Z  05/07/89
  2.  
  3.                                 ---===*===---
  4.  
  5. This library contains BETA TEST materials only. They seem to have been working
  6. for me, but that means little in the big world. To quote Brian Kernighan,
  7. "Each new user of a new system uncovers a new class of bugs".
  8.  
  9.                                 ---===*===---
  10.  
  11. Library table of contents:
  12.  
  13.      --readme       this file.
  14.      -.(c)          assorted credits, copyrights and restrictions
  15.      -clib01        docs for clib v0.1 functions.
  16.      -czvlib01      docs for czvlib v0.1 functions.
  17.      -scz01         docs for compiler v0.1 and a wealth of miscellaneous
  18.                     information about SmallC/Z. recommended reading.
  19.      -status        notes on where SmallC/Z came from, where it is apparently
  20.                     going if there is any interest, ideas for related stuff
  21.      scz01bet.for   *.for description
  22.  
  23.      calias.cmd     A couple example arunz aliases for use with SmallC/Z
  24.  
  25.      scz01bet.com   SmallC/Z compiler
  26.  
  27.      stdio.h        C #include file with some i/o related definitions
  28.      sysexits.h     C #include file with library routine exit codes
  29.                     (for use in exit trap routines)
  30.  
  31.      sysccfg0.ccz   assembler "include" configuration header for cp/m
  32.      sysccfg1.ccz   assembler "include" configuration header for zcpr type 1
  33.      sysccfg3.ccz   assembler "include" configuration header for zcpr type 3
  34.  
  35.      clib.rel       SLR format CLIB standard function library
  36.      czvlib.rel     SLR format CZVLIB function library (C Zcpr/Video LIBrary)
  37.      smallalc.rel   SLR format "old" allocation scheme - see compiler docs
  38.  
  39.      clib.l80       L80 format CLIB standard function library
  40.      czvlib.l80     L80 format CZVLIB function library (C Zcpr/Video LIBrary)
  41.      smallalc.l80   L80 format "old" allocation scheme - see compiler docs
  42.  
  43.                                 ---===*===---
  44.  
  45.