home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!pipex!warwick!uknet!mcsun!sunic!seunet!swbull!proxxi.uf.se!elias
- From: elias@proxxi.uf.se (Elias M}rtensson (proxxi))
- Newsgroups: comp.lang.c
- Subject: Re: Typedefing builtin... thanks.
- Message-ID: <1992Nov20.212036.10171@proxxi.uf.se>
- Date: 20 Nov 92 21:20:36 GMT
- References: <1992Nov9.150414.10221@odin.diku.dk> <1992Nov11.061812.21905@sq.sq.com> <1992Nov13.172005.28239@alf.uib.no>
- Organization: proxxi
- Lines: 20
-
- yngvar@imr.no (Yngvar Foelling) writes:
-
- >BTW, does anyone know about a C-compiler with 64-bit longs? Even if there
- >aren't any right now, it seems to me that one would have to be written to take
- >advantage of 64-bit architechtures. In that case, using long instead of int
- >would be overkill.
-
- GNU C uses "long long" (ie: long long a = 1000L) to represent numbers
- twice as big as the "long" type.
-
- >--
- >Yngvar Fxlling (yngvar@imr.no)
- >Institute of Marine Research
- >Bergen
- >Norway
-
- ######################
- # Elias Martenson #
- # elias@proxxi.uf.se #
- ######################
-