home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tags18.zip / CTAG.H < prev    next >
C/C++ Source or Header  |  1991-09-26  |  464b  |  19 lines

  1. /*
  2.  EPSHeader
  3.  
  4.    File: ctag.h
  5.    Author: J. Kercheval
  6.    Created: Sat, 07/13/1991  12:21:59
  7. */
  8.  
  9. #include <stdio.h>
  10. #include "flags.h"
  11.  
  12. /*----------------------------------------------------------------------------
  13.  *
  14.  * CTags() tags an input stream assuming standard ANSI 2.0 C/C++ syntax
  15.  *
  16.  ---------------------------------------------------------------------------*/
  17.  
  18. void CTags(FILE * infile, char *infname, FILE * outfile, Flags * flags);
  19.