From: Christoph Kukulies Message-Id: <199612191532.QAA00209@gilberto.physik.rwth-aachen.de> Subject: Re: [??] declaring 64bit integer In-Reply-To: <5951n6$hts@news.service.uci.edu> from John Beppu at "Dec 17, 96 02:49:10 am" To: beppu AT rigel DOT oac DOT uci DOT edu (John Beppu) Date: Thu, 19 Dec 1996 16:32:05 +0100 (MET) Cc: djgpp AT delorie DOT com Reply-To: Christoph Kukulies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit > > How should I declare a 64bit integer w/ djgpp? Is it even possible? > I tried "long long" and when I looked at the assembler output, it > looked like it was using eax & edx, but gcc gave me a warning. > > > long long blah(void) { > return(0x222244445555); return(0x222244445555LL); Didn't we have this here a couple of messages before? > } > > Any help is appreciated. Thanks. > > > -- > beppu AT uci DOT edu ............................................................. > --Chris Christoph P. U. Kukulies kuku AT gil DOT physik DOT rwth-aachen DOT de