tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Tinycc issues


From: Neil Bradley
Subject: Re: [Tinycc-devel] Tinycc issues
Date: Tue, 15 Mar 2005 15:47:00 -0800 (PST)

2. Forward-declare arrays:
  With gcc, I am allowed to forward-declare an array of unspecified size,
  and then actually specify the size (implicitly) later in the code.  For
  example:
    int g_primes[];
    ...
    int g_primes[] = {2, 3, 5, 7, 11, 13, 17, 23};

Why would one do this?

-->Neil

-------------------------------------------------------------------------------
Neil Bradley             "I've got a fever and the only prescription is MORE
Synthcom Systems, Inc.    COWBELL!!!"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]