Re: Sharing static variables or function between source files.



sololoquist <excuse_me_who_am_i@xxxxxxxxxxx> wrote:

Is it not necessary to make
extern void foo;
into
extern void foo();
are the parenthesis unnecessary when used with extern like for an array
the size ??

please elaborate. thanx

With pleasure; I blew it, and you are right - the parentheses are
necessary. I'm glad you caught the error. No more late night posts
(until next time).

--
C. Benson Manica | I *should* know what I'm talking about - if I
cbmanica(at)gmail.com | don't, I need to know. Flames welcome.
.



Relevant Pages