Hi! Suggest me please, where to get the source code of a program that displays information about the declared, but not used functions in C code. It will be perfect, if it is written in yacc + flex.
- posted
13 years ago
Hi! Suggest me please, where to get the source code of a program that displays information about the declared, but not used functions in C code. It will be perfect, if it is written in yacc + flex.
gcc -Wunused gcc -Wall
Homework / study project?
For a complete C parser, get the GCC sources from
-- Tauno Voipio tauno voipio (at) iki fi
ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.