01.09.2014 Views

The Linux Development Platform Configuring, Using, and ... - Classes

The Linux Development Platform Configuring, Using, and ... - Classes

The Linux Development Platform Configuring, Using, and ... - Classes

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CH07.fm Page 222 Monday, October 7, 2002 9:12 PM<br />

222 Chapter 7 • Miscellaneous Tools<br />

Figure 7-3 <strong>The</strong> cbrowser window.<br />

7.5 Generating C Function Prototypes from C Source Code <strong>Using</strong> cproto<br />

<strong>The</strong> cproto utility is used to create function prototypes from C source code files. It can also convert<br />

function definition style. <strong>The</strong> latest version can be downloaded from http://sourceforge.net/<br />

projects/cproto/.<br />

At the time of writing this book, version 4.6 is available in source code form. You can<br />

download the file, untar it <strong>and</strong> compile it using the following sequence of comm<strong>and</strong>s.<br />

tar zxvf cproto-4.6.tar.gz<br />

cd cproto-4.6<br />

./configure<br />

make<br />

make install

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!