prototype conversion tools???

merlin@neuro.usc.edu (merlin)
Tue, 14 Sep 1993 15:06:05 GMT

          From comp.compilers

Related articles
prototype conversion tools??? merlin@neuro.usc.edu (1993-09-14)
Re: prototype conversion tools??? rfg@netcom.com (1993-09-22)
| List of all articles for this month |

Newsgroups: comp.compilers
From: merlin@neuro.usc.edu (merlin)
Keywords: C, question, comment
Organization: University of Southern California, Los Angeles, CA
Date: Tue, 14 Sep 1993 15:06:05 GMT

Are there any tools available to identify and write protoptypes for
functions spread through many C source code files?


------------------------------------------------------------------------------
Alexander-James Annala
Principal Investigator
Neuroscience Image Analysis Network
HEDCO Neuroscience Building, Fifth Floor
University of Southern California
University Park
Los Angeles, CA 90089-2520


Telephone: (213)740-3406
FAX: (213)746-2863 [until 7/14/93]
FAX: (213)740-5687 [after 7/15/93]
[There's protoize, which is based on GCC. My impression is that the easy part
is extracting the prototypes from the code. The hard part is figuring where
to put them. One big include file? Fold them into per-module includes? -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.