home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!caen!uflorida!cybernet!pollansw
- From: pollansw@cse.fau.edu (Warren Pollans)
- Newsgroups: comp.sys.mac.programmer
- Subject: C function bookkeeping tool?
- Message-ID: <1992Aug21.201644.9092@cybernet.cse.fau.edu>
- Date: 21 Aug 92 20:16:44 GMT
- Sender: news@cybernet.cse.fau.edu
- Organization: Florida Atlantic University, Boca Raton, FL, USA
- Lines: 14
-
-
- Is there an "accepted" way of keeping track of functions in a long
- C program. All I could think of is keeping a list (another file)
- of functions with: the files in which they're located, the variables
- they need, the functions they call, the
- global variables used and changed, etc. I'm sure that someone must
- have already figured out a good way to do this.
-
-
- Thanks,
-
- Warren
-
- (pollansw@cse.fau.edu)
-