home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / c-util.zip / CC.DOC < prev    next >
Text File  |  1984-04-15  |  466b  |  15 lines

  1.                        CC (C Checker)
  2.  
  3.             C Source Paren, bracket and comment Checker
  4.  
  5.                 T. Jennings  -- Sometime in 1983
  6.  
  7. Very crude but very effective C source debugger. Counts the numbers of
  8. matching braces, parenthesis and comments, and displays them at the left edge
  9. of the screen. The best way to see what it does is to do it; try
  10.  
  11.         CC file
  12.  
  13. Properly handles parens and brackets inside comments; they are ignored.
  14.  
  15.