Xref: utzoo comp.lang.c:29598 comp.unix.wizards:22476 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think!cayman!cuba.cayman.com!peter From: peter@cuba.cayman.com (Peter Schmidt) Newsgroups: comp.lang.c,comp.unix.wizards Subject: Need widget to break C source files into component functions Message-ID: <4338@cayman.COM> Date: 13 Jun 90 20:42:44 GMT Sender: peter@cayman.COM Reply-To: peter@cuba.cayman.com (Peter Schmidt) Followup-To: poster Distribution: na Organization: Cayman Systems, Inc. Lines: 13 Please pardon the cross-post, but I've found it remarkably difficult to lay my hands on the tool I need. I have a need to take a pile of random - but compilable - C source and separate it into its component functions. I don't care how I do it; currently I'm using GNU Emacs' mark-c-function to do the job. Unfortunately, it barfs about 10% of the time. Has someone out there made a tool to do this? Do you know of something I could adapt to do the job? (And please don't point me to the gcc source. I'm not a compiler guru of any form, so I'm reserving gcc as a last resort.) Thanks in advance for any assistance -- Peter