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

Diez B. Roggisch deets at nospam.web.de
Thu Apr 16 09:01:44 EDT 2009


Jebel schrieb:
> 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?


Google for ctypes and gccxml.

Diez



More information about the Python-list mailing list