Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: regex 2 find C function dependencies

by jmcnamara (Monsignor)
on Sep 19, 2003 at 08:38 UTC ( [id://292615]=note: print w/replies, xml ) Need Help??


in reply to regex 2 find C function dependencies


For an alternative approach have a look at the cscope utility. It finds the functions called by a function as well as the functions calling a functions.

It is generally used as a standalone program or from within an editor but it also produces a file containing the dependencies which should be easier to parse than the C code.

--
John.

  • Comment on Re: regex 2 find C function dependencies

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://292615]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-25 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found