Is there any way to find out the definition of a function in a file of C language?

namekuseijin namekuseijin at gmail.com
Thu Apr 16 15:36:29 EDT 2009


Jebel escreveu:
> Hi ,everyone. I have the name of a function of C language, and have
> the source file which the function is defined in. And I want to find
> out the type and name of the parameters. If I need to analyze the file
> by myself, or have some way to do it more easily?

ever heard of grep?  ctags for vim or emacs?

-- 
a game sig: http://tinyurl.com/d3rxz9



More information about the Python-list mailing list