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