Find function names from C

Berlin Brown bigbinc097_DONT_SPAM at comcast.net
Mon Feb 2 20:05:00 EST 2004


I am parsing a C file and want to find the function names, is this 
python worthy or is Emacs-Lisp better for this.  I have searched for 
some libraries but coming up null.  I just need the function names, no 
args or anything else.  I would probably have to run a regular 
expression pattern looking for int,void,static, etc and then the 
enclosing { }.




More information about the Python-list mailing list