Calltips for extern functions

Started by iZzz32, May 07, 2007, 07:48:46 AM

Previous topic - Next topic

iZzz32

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?

Pelle

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.
/Pelle