From: beppu AT rigel DOT oac DOT uci DOT edu (John Beppu) Newsgroups: comp.os.msdos.djgpp Subject: [??] declaring 64bit integer Date: 17 Dec 1996 02:49:10 GMT Organization: University of California, Irvine Lines: 15 Message-ID: <5951n6$hts@news.service.uci.edu> NNTP-Posting-Host: rigel.oac.uci.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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); } Any help is appreciated. Thanks. -- beppu AT uci DOT edu .............................................................