DESCRIPTION
    This perl script will generate hyper text files from C source code
    using ctags output.  

  HOW TO USE


    1. Run:

       c-to-html *.c *.h
       
       This should read ctags output on the fly, and place each 
	hypertext file in a subdirectory called html.

  AUTHOR
    Steven M. Bakke sbakke@mitre.org
      
  NOTES
    As this is one of my first perl scripts, please let me
    know how this can be improved.  Please send any changes and 
    suggestions to sbakke@mitre.org.