Xref: utzoo comp.sys.ibm.pc:36421 comp.lang.c:22979 Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!m2c!wpi!jhallen From: jhallen@wpi.wpi.edu (Joseph H Allen) Newsgroups: comp.sys.ibm.pc,comp.lang.c Subject: Re: Looking for C function prototype extractor Message-ID: <4924@wpi.wpi.edu> Date: 18 Oct 89 13:16:08 GMT References: <983@cc.helsinki.fi> Reply-To: jhallen@wpi.wpi.edu (Joseph H Allen) Organization: Worcester Polytechnic Institute, Worcester, MA. USA Lines: 14 In article <983@cc.helsinki.fi> TEITTINEN@cc.helsinki.fi (Marko) writes: >Hello netlanders! > >I'm looking for a program that would take a C source file as input and >would output (to file or to screen) function prototypes for all >functions defined in the file. I would use this program to get the I wrote a program to do this for programs written with all functions done with ANSI C prototype format. The program will also make externs for all global variables and include any typedefs or structure definitions. Look for hgen.c in the anonymous ftp directory on this machine: wpi.wpi.edu (130.215.24.1). I'll ask the operator to place the program there. It may take a day or so before he actually does, however.