Path: csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Ike Naar Newsgroups: comp.lang.c Subject: Re: do { quit; } else { } Date: Wed, 9 Apr 2025 09:00:27 -0000 (UTC) Organization: A noiseless patient Spider Lines: 9 Message-ID: References: <8634enhcui.fsf@linuxsc.com> <86ldsdfocs.fsf@linuxsc.com> <20250406161323.00005809@yahoo.com> <86ecy5fjin.fsf@linuxsc.com> <20250406190321.000001dc@yahoo.com> <86plhodtsw.fsf@linuxsc.com> <20250407210248.00006457@yahoo.com> Injection-Date: Wed, 09 Apr 2025 11:00:27 +0200 (CEST) Injection-Info: dont-email.me; posting-host="470e5134b21e1ac53646c303587c12bd"; logging-data="326200"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18uXWNZWCmAsDu3LLQom55b" User-Agent: slrn/1.0.3 (Patched for libcanlock3) (NetBSD) Cancel-Lock: sha1:yFf4vCcJ3Ub1I7lLxsIPkBdfGJI= Xref: csiph.com comp.lang.c:392242 On 2025-04-08, bart wrote: > However if I need to initialise the variable: > > extern int table[]; // shared > int table[] = (10, 20, 30) > > then other modules can't pick up length of the array. extern int table[3];