home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / filedocs / simcvt_c.arc / readme next >
Text File  |  1990-02-23  |  1KB  |  28 lines

  1. This program, written in "C" will convert the "SIMIBM.IDX" file into
  2. the standard "SIMIBM.LST" format.
  3.  
  4. To run on MS-DOS, type "SIMCVT < SIMIBM.IDX > SIMIBM.LST"
  5.  
  6. See instructions in the source for UNIX.
  7.  
  8.  size  Name           Desc
  9.  
  10.  2928 SIMCVT.C     The Simcvt program written in C, for IBM/PCs
  11. 10939 SIMCVTC.EXE  Executable version of SimCvt for IBM/PCs
  12. ________________________________________________________________
  13.  
  14. 01/21/90    written by reynolds@sun.com
  15.  
  16. 02/23/90    revised by davidsen@crdos1.crd.ge.com
  17.          - read with fgets to avoid buffer overflow and conceal
  18.            unix vs dos compatibility issues with end of line.
  19.          - changed %i to %d on input. Some dos compilers lack
  20.            this feature, and input is always decimal.
  21.          - changed floats to longs, reduced run time by 50%
  22.            on a machine WITH an 8087.
  23.          - changed the instructions to reflect the same command
  24.            to execute on dos or unix.
  25.          - removed a call to strcat which was not needed and
  26.            caused overflow of the name buffer into the description.
  27.          - executable size on dos down 65%
  28.