Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!usc!samsung!rex!uflorida!kluge!serss0.fiu.edu From: acmfiu@serss0.fiu.edu (ACMFIU) Newsgroups: comp.lang.c Subject: breaking up 1 BIG C source file Message-ID: <2050@kluge.fiu.edu> Date: 22 Jan 91 05:50:06 GMT Sender: news@kluge.fiu.edu Organization: Florida International University, Miami Lines: 9 Let's say I have one Big C source file consisting of functions: a, b, c, d, e, f, g, h, i And let's say that (a, b, c) do one thing, (d, e, f) do another, and (g, h, i) do another. Now, i want to split these three groups into three files. Is there a program that I can give the names of the functions and it will will split this big C file into smaller ones? albert chin