home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20267 < prev    next >
Encoding:
Text File  |  1993-01-28  |  849 b   |  25 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!ukma!asuvax!ncar!mimbres.cs.unm.edu!cs.sandia.gov!mccurley
  3. From: mccurley@cs.sandia.gov (Kevin S. McCurley)
  4. Subject: program to split a large file of C functions
  5. Message-ID: <1993Jan24.002918.5360@cs.sandia.gov>
  6. Originator: mccurley@jemez.cs.sandia.gov
  7. Sender: usenet@cs.sandia.gov (Another name for news)
  8. Organization: Sandia National Laboratories, Albuquerque, NM
  9. Distribution: usa
  10. Date: Sun, 24 Jan 93 00:29:18 GMT
  11. Lines: 12
  12.  
  13. Perhaps I am ignorant, but is there a program available somewhere (in
  14. source form, preferably) that will split a single file of many C
  15. routines into multiple files, one for each function?  Ideally I want
  16. something that could handle static global variables, put the includes
  17. into all of the files, and handle any legal C syntax.
  18.  
  19. Kevin McCurley
  20. Sandia National Laboratories
  21.  
  22.  
  23.  
  24.  
  25.