function list

Q

quarkLore

Is there a provision in a gcc or another tool so print the function
names declared and defined in a .C or a set of .C files?
 
W

Walter Roberson

Is there a provision in a gcc or another tool so print the function
names declared and defined in a .C or a set of .C files?

The gcc part should be asked about in a gcc newsgroup.

In the other tools category, your system might happen to be
supported by cscope, http://cscope.sourceforge.net/

But .C files are usually C++ not C; if you are trying to work
with C++ then you would need different tools.
 
?

=?ISO-8859-1?Q?=22Nils_O=2E_Sel=E5sdal=22?=

quarkLore said:
Is there a provision in a gcc or another tool so print the function
names declared and defined in a .C or a set of .C files?
There's other tools, that can do that. Poke around for
'cproto'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top