NO

Author Topic: Calltips for extern functions  (Read 2369 times)

iZzz32

  • Guest
Calltips for extern functions
« 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?

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: Calltips for extern functions
« Reply #1 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.
/Pelle