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;