home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff286.lzh / CCutils / ReadMe < prev    next >
Text File  |  1989-12-04  |  2KB  |  49 lines

  1.            Here are eight utilities:
  2.  
  3.    Bites      Displays disk useage on your menu bar.
  4.    Exec       Displays running tasks, devices, libraries, resources, etc.
  5.    IFFCheck   Checks the integrity of IFF files.
  6.    Loc          Counts lines of C code and gives other stats.
  7.    NoIBM      Changes <CR><LF> to <LF> in text files, (IBM -> Amiga).
  8.    Now          Displays the date and time in a more readable format.
  9.    NukeLib    Removes shared libraries from memory if not used.
  10.    SetPri     Sets the priority of running tasks.
  11.  
  12.    All these utilities require that CClib.library is installed in your LIBS:,
  13.    directory. The latest version (V1.4) of CClib.library is included.
  14.  
  15.    The Install script will copy CClib.library to your LIBS: directory and
  16.    will copy the utility programs to C:.
  17.  
  18.    The reason the programs are so small is that the overhead for the C
  19.    library is all in one place. Here is an example of the size of some
  20.    programs before and after using CClib.library.
  21.  
  22.    Program        Before         After
  23.  
  24.    exec           6592          2300
  25.    noibm          2148          1004  ( + improvements)
  26.    nukelib          1992           928  ( + improvements)
  27.    iffcheck          7872          3720
  28.    bites          6420          5288
  29.  
  30.    Totals         25024         13240   47% Savings
  31.  
  32.    I don't know about you but I need every last bit of disk space on
  33.    my system. The Amiga community should DEMAND that C programmers use this
  34.    library for all their programs, this will eventually save you from
  35.    having to upgrade your system because you are out disk space or RAM.
  36.    You certainly don't need multiple copies of the Aztec and Lattice C
  37.    libraries imbedded in your programs.
  38.  
  39.    The utilities and CClib.library are written by:
  40.  
  41.    Robert W. Albrecht
  42.    1457 Zion Way
  43.    Ventura, CA 93003
  44.  
  45.    I can also be contacted at Codename: Lorraine BBS (805)-648-7833 where
  46.    my user name is Bob Albrecht. If you find any bugs or would just like to
  47.    chat give the BBS a shot... 8 data bits, No Parity, 1 stop bit, 1200 and
  48.    2400 baud, 24 hours a day.
  49.