Tagged Questions
0
votes
3answers
641 views
How do I extract a specific function from a C/C++ source code file for subsequent processing
I am looking for an easy way to print out a specific function from within some C/C++ source code. For example, assume that test.c has several functions defined within it. I want to be able to print ...