Path: utzoo!utgpu!attcan!uunet!munnari!ditmela!latcs1!mtiame!vertical!greg
From: greg@vertical.oz (Greg Bond)
Newsgroups: comp.lang.c++
Subject: Re: .h-file extractor from c++ source file available?
Keywords: include file extraction
Message-ID: <168@vertical.oz>
Date: 8 Aug 88 05:32:35 GMT
References: <2192@hplabsz.HPL.HP.COM>
Reply-To: greg@vertical.oz (Greg Bond)
Organization: Vertical Software, Melbourne, Australia
Lines: 21

In article <2192@hplabsz.HPL.HP.COM> collins@hplabsz.HPL.HP.COM 
(Patricia Collins) writes:
>Do you know of a utility for extracting include files from c++ source
>files?  

Or, what about a utility to extract ANSI/c++ typed function declarations?
I.e. given
	char *fn(a, b, c)
	int a;
	double b;
	char *c;

produce
	char *fn(int a, double b, char *c)

Would need a fairly complete C grammar I would think.
-- 
Gregory Bond,  Vertical Software, Melbourne, Australia
Internet: greg@vertical.oz.au	(or greg%vertical.oz.au@uunet.uu.net)
Bang: {uunet,mcvax,pyramid,mnetor,ukc,ucb-vision,...}!munnari!vertical.oz!greg
I used to be a pessimist. Now I'm a realist.