Date: Wed, 19 Apr 2000 13:42:27 -0400 Message-Id: <200004191742.NAA03828@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <8dko81$prq$1@beast.euro.net> (Olaf@XCC.TMFWeb.NL) Subject: Re: 64-bit int References: <8dko81$prq$1 AT beast DOT euro DOT net> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Is there a 64-bit type in the DJGPP compiler? long long as in: long long foo(long long a, long long b) { long long i; return (long long)a; }