Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site watcgl.UUCP
Path: utzoo!watmath!watcgl!mwherman
From: mwherman@watcgl.UUCP (Michael W. Herman)
Newsgroups: net.wanted.sources
Subject: Wanted: Multiple function C source file splitter
Message-ID: <808@watcgl.UUCP>
Date: Tue, 18-Dec-84 03:02:39 EST
Article-I.D.: watcgl.808
Posted: Tue Dec 18 03:02:39 1984
Date-Received: Tue, 18-Dec-84 06:33:12 EST
Distribution: net
Organization: Computer Graphics Laboratory, U of Waterloo, Ontario
Lines: 7

Does anyone have a quick'n dirty that will take a single C source
file containing more than one C function and split into multiple
files with each new file containing only one function from the
original file.  Don't worry about manifests or variables declared outside
the scope of the functions themselves.  I can patch that up after.

Thanx in advance.