B
Berlin Brown
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 { }.
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 { }.