222Chapter7 • Miscellaneous Tools
7.5Generating C Function Prototypes from C Source Code Using cproto
The
cproto
utility is used to create function prototypes from C source code files. It can also con-
vert function definition style. The latest version can be downloaded from http://sourceforge.net/
projects/cproto/.
At the time of writing this book, version 4.6 is available in source code form. You can
download the file, untar it and compile it using the following sequence of commands.
tar zxvf cproto-4.6.tar.gz
cd cproto-4.6
./configure
make
make install
Figure7-3 The cbrowser window.
Next Page >>
<< Previous Page
Back to the Table of Contents