home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!ukma!asuvax!ncar!mimbres.cs.unm.edu!cs.sandia.gov!mccurley
- From: mccurley@cs.sandia.gov (Kevin S. McCurley)
- Subject: program to split a large file of C functions
- Message-ID: <1993Jan24.002918.5360@cs.sandia.gov>
- Originator: mccurley@jemez.cs.sandia.gov
- Sender: usenet@cs.sandia.gov (Another name for news)
- Organization: Sandia National Laboratories, Albuquerque, NM
- Distribution: usa
- Date: Sun, 24 Jan 93 00:29:18 GMT
- Lines: 12
-
- Perhaps I am ignorant, but is there a program available somewhere (in
- source form, preferably) that will split a single file of many C
- routines into multiple files, one for each function? Ideally I want
- something that could handle static global variables, put the includes
- into all of the files, and handle any legal C syntax.
-
- Kevin McCurley
- Sandia National Laboratories
-
-
-
-
-