[net.wanted.sources] Wanted: Multiple function C source file splitter

mwherman@watcgl.UUCP (Michael W. Herman) (12/18/84)

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.