www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/12/19/10:37:48

Date: Thu, 19 Dec 1996 17:28:47 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: John Beppu <beppu AT rigel DOT oac DOT uci DOT edu>
cc: djgpp AT delorie DOT com
Subject: Re: [??] declaring 64bit integer
In-Reply-To: <5951n6$hts@news.service.uci.edu>
Message-ID: <Pine.SUN.3.91.961219172733.25806C-100000@is>
MIME-Version: 1.0

On 17 Dec 1996, John Beppu wrote:

>   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);
> }

Thusly:

  long long blah (void) { return 0x222244445555LL; }

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019