This zipfile (STEPIT.ZIP) contains example files for the stepit subroutine.
Stepit was converted from fortran to C by using F2C and then hacking at the
resulting code. You will also need the files in the F2C release (F2C-NEW.ZIP).
I warn you, it's not pretty. You should compile stepit into a
library to save time.

Alan Cooke, 1994

Contents of STEPIT.ZIP:

datafile.dat      208   3-05-94 11:58a <- the example data file
runner.c         6866   6-05-96 12:20p <- the example code to call STEPIT
runner.prj       8896   6-05-96 12:19p <- the Borland C project file
stepit.c        27888   3-31-94  8:23a <- the C STEPIT code after F2C and hacking
stepit.for      43857   8-04-88  3:26p <- the original fortran STEPIT code
