home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / new / dev / c / hce / examples / clib / ccheck / ccheck.doc < prev    next >
Text File  |  1992-09-02  |  2KB  |  57 lines

  1. /*
  2.  * CCHECK.C -- Amiga Lattice C version 4/8/86
  3.  *
  4.  *
  5.  * Copyright: The Regents of the University of California
  6.  *   [Note - since Steve Draper distributed cchk.c over
  7.  *    Usenet, I assume it's effectively in the public
  8.  *    domain. JCM
  9.  *
  10.  * Title:  ccheck
  11.  *
  12.  * Purpose: To find and report all badly matched openers and
  13.  *   closers plus assignment/equality confusions
  14.  *   in a c source file.
  15.  *
  16.  * Author:  Steve Draper, expanding cnest by Tom Anderson
  17.  *
  18.  * Usage:  ccheck [-q] [-v] <filename1> <filename2> ...
  19.  *
  20.  * History (in reverse order to minimize reading time for updates):
  21.  *
  22.  *
  23.  *   June 13, 1994 Jason Petty
  24.  *   - Must get valid file name else exits with usage.
  25.  *     Changes marked VANSOFT.
  26.  *
  27.  *
  28.  *   July 16, 1988  Converted to PDC by Jeff Lydiatt.
  29.  *
  30.  *   April 8, 1986  Converted to Amiga Lattice C from from butchered text
  31.  *                  file.  If any one can supply me with the original source
  32.  *                  I would appreciate it.  IF-ELSE check seems flaky.
  33.  *  
  34.  *                           Thom Althoff (BIX althoff)
  35.  *                       c/o American Broadcasting Companies
  36.  *                           30 W. 67th St Video Tape Tech Support 
  37.  *                           Floor B1
  38.  *                           New York City, N.Y. 10023
  39.  *
  40.  *   June 18, 1985  Converted to Aztec C - removed BDS C code  -  Rick Moore
  41.  *
  42.  *   January 9, 1983  Single BDS/UNIX source created
  43.  *      as CCHECK.C  -- Jeff Martin
  44.  *
  45.  *   December 29, 1982 Adapted for BDS C --
  46.  *       Jeff Martin at home.
  47.  *
  48.  *   December 20, 1982 Converted to cchk --
  49.  *       Steve Draper at UCSD
  50.  *
  51.  *   December 9, 1982 Jeffrey Mogul at Stanford
  52.  *    - checks for unclosed comment at end of file.
  53.  *
  54.  *   December 3, 1982 creation date --
  55.  *      Tom Anderson at microsof!fluke
  56.  */
  57.