Pelles C forum

C language => Beginner questions => Topic started by: drhoule on August 28, 2014, 03:15:32 PM

Title: How do i get a prototype listing for a given source file?
Post by: drhoule on August 28, 2014, 03:15:32 PM
I have created a small project. It has many functions. I wanted to create Header files with the function prototypes. There must be an option to list them to an output file ? <yes?>
Title: Re: How do i get a prototype listing for a given source file?
Post by: JohnF on August 28, 2014, 03:59:08 PM
There is an add-in talked about here

http://forum.pellesc.de/index.php?topic=434.0 (http://forum.pellesc.de/index.php?topic=434.0)

This is the link to my page.

http://www.johnfindlay.plus.com/pellesc/addin/addin.html (http://www.johnfindlay.plus.com/pellesc/addin/addin.html)

John
Title: Re: How do i get a prototype listing for a given source file?
Post by: TimoVJL on August 29, 2014, 08:46:41 AM
This too (http://forum.pellesc.de/index.php?topic=3279.msg12361#msg12361)
Title: Re: How do i get a prototype listing for a given source file?
Post by: JohnF on August 29, 2014, 10:45:25 AM
Quote from: TimoVJL on August 29, 2014, 08:46:41 AM
This too (http://forum.pellesc.de/index.php?topic=3279.msg12361#msg12361)

Yes, that works well.

John
Title: Re: How do i get a prototype listing for a given source file?
Post by: drhoule on August 30, 2014, 10:47:37 PM
Thank you both!

You guys are great!

dr.