Date: Thu, 30 Jul 1998 12:34:30 +0300 (IDT) From: Eli Zaretskii To: "Salvador Eduardo Tropea (SET)" cc: Johan Henriksson , djgpp AT delorie DOT com Subject: Re: long int In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 29 Jul 1998, Salvador Eduardo Tropea (SET) wrote: > No 32 bits. long >= int according to ANSI. 64 bits are long long ints. This is indeed so for GCC on x86 processors, but ANSI does NOT require it. ANSI only says that a long should be at least as wide as an int.