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?
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.