Pelles C forum

Pelles C => General discussions => Topic started by: iZzz32 on May 07, 2007, 07:48:46 AM

Title: Calltips for extern functions
Post by: iZzz32 on May 07, 2007, 07:48:46 AM
Pelles C v4.50.113
I'm including custom .h file with function declarations like "extern void func(int foo, int bar);" into my sources. For such functions only word-completion works, but not call-tips. Why?
Title: Re: Calltips for extern functions
Post by: Pelle on June 05, 2007, 10:07:24 AM
For 'private' project symbols, only function *definitions* are considered for call tips. Not sure why, but if you write calls to a function first, and then write the functions body, it may not work so good.