home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff314.lha / zc / zc.lzh / Examples / Stdio / Xref / xrf.doc < prev    next >
Text File  |  1988-07-17  |  725b  |  24 lines

  1.  ************************************************************************
  2.  *                X R F                    *
  3.  *                                    *
  4.  *                                    *
  5.  *                                    *
  6.  *    XRF is a cross reference utility for C source programs.        *
  7.  *    This version, written by Bob Denny of Creative Systems        *
  8.  *    design, was extracted from a DECUS C distribution kit in    *
  9.  *    April 1983 and modified to run on the Callan Data Systems    *
  10.  *    Unistar 200.                            *
  11.  *                                    *
  12.  *                    Fred Fish            *
  13.  *                    Engineering Software Tools    *
  14.  *                    Tempe, Ariz 85281        *
  15.  *                    (602) 966-8871            *
  16.  *                                    *
  17.  ************************************************************************
  18.  */
  19.  
  20. Useage: xrf file1.c [[file2.c] [file3.c] ... [filen.c]]
  21.  
  22. The results are stored in a file named file1.x.
  23.  
  24.