Re: Sharing static variables or function between source files.
- From: Christopher Benson-Manica <ataru@xxxxxxxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 20:31:55 +0000 (UTC)
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.
.
- References:
- Sharing static variables or function between source files.
- From: shantanu
- Re: Sharing static variables or function between source files.
- From: Christopher Benson-Manica
- Re: Sharing static variables or function between source files.
- From: sololoquist
- Sharing static variables or function between source files.
- Prev by Date: Re: Bytes allocated by the code ??
- Next by Date: Re: Casting malloc
- Previous by thread: Re: Sharing static variables or function between source files.
- Next by thread: Re: Sharing static variables or function between source files.
- Index(es):
Relevant Pages
|
|