|
Home > Archive > Unix Programming > April 2004 > C static program analyzer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
C static program analyzer
|
|
|
| Hi,
I'm trying to use a program on Unix/Linux that takes in *.c and *.h
files and generates variable/function name lists and caller/callee
function names...sort of a static program analyzer. Does anyone know
what this program is called?
Thanks,
RS
| |
| SM Ryan 2004-04-28, 7:34 pm |
| rstepani@yahoo.com (RS) wrote:
# Hi,
#
# I'm trying to use a program on Unix/Linux that takes in *.c and *.h
# files and generates variable/function name lists and caller/callee
# function names...sort of a static program analyzer. Does anyone know
# what this program is called?
cflow? cc? lint?
--
SM Ryan http://www.rawbw.com/~wyrmwif/
I have no respect for people with no shopping agenda.
|
|
|
|
|