News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Function prototype addin

Started by Gerome, February 14, 2005, 10:32:39 AM

Previous topic - Next topic

Gerome

Hi,

I was wondering where can i find the Function prototype addin that was designed for PellesC ?

Thanks a lot if someone got it :)

CLR

Hello Gerome.

I did post the add-in in the Bug reports.  :shock:
http://smorgasbordet.com/phpBB2/viewtopic.php?t=180


It is now here in the 'right' Forum.  :)

EDIT:
removed the attachment
you can get the latest version in http://www.johnfindlay.plus.com/pellesc/addin/addin.htm
or
http://smorgasbordet.com/phpBB2/viewtopic.php?t=779
'Comments automation addin' by frankie
with additional features  :D

Gerome

Hi !

This really helps me a lot !
Thanks again !

TimoVJL

listf.c

With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?

case ';': // ;
// ----- patch begin
if (strchr(buffer, 40) && strchr(buffer, 41)){
if (!inFunc) fnptr(lines, buffer);
}
// -----  patch end
memset(buffer, 0, BUFSIZE);
n = 0;
break;
May the source be with you

CLR

Quote from: "timovjl"listf.c

With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?

case ';': // ;
// ----- patch begin
if (strchr(buffer, 40) && strchr(buffer, 41)){
if (!inFunc) fnptr(lines, buffer);
}
// -----  patch end
memset(buffer, 0, BUFSIZE);
n = 0;
break;

Hello timovjl.
I will try and see. Thanks!

CLR

Quote from: "timovjl"listf.c

With this patch to FindFunc() line 112, maybe headerfiles (.h) can prosessed too ?

<--->
yes, that works!
:)