home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16970 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1011 b 

  1. Path: sparky!uunet!pipex!warwick!uknet!mcsun!sunic!seunet!swbull!proxxi.uf.se!elias
  2. From: elias@proxxi.uf.se (Elias M}rtensson (proxxi))
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Typedefing builtin... thanks.
  5. Message-ID: <1992Nov20.212036.10171@proxxi.uf.se>
  6. Date: 20 Nov 92 21:20:36 GMT
  7. References: <1992Nov9.150414.10221@odin.diku.dk> <1992Nov11.061812.21905@sq.sq.com> <1992Nov13.172005.28239@alf.uib.no>
  8. Organization: proxxi
  9. Lines: 20
  10.  
  11. yngvar@imr.no (Yngvar Foelling) writes:
  12.  
  13. >BTW, does anyone know about a C-compiler with 64-bit longs?  Even if there
  14. >aren't any right now, it seems to me that one would have to be written to take
  15. >advantage of 64-bit architechtures.  In that case, using long instead of int
  16. >would be overkill.
  17.  
  18. GNU C uses "long long" (ie: long long a = 1000L) to represent numbers
  19. twice as big as the "long" type.
  20.  
  21. >-- 
  22. >Yngvar Fxlling (yngvar@imr.no)
  23. >Institute of Marine Research
  24. >Bergen
  25. >Norway
  26.  
  27. ######################
  28. #   Elias Martenson  #
  29. # elias@proxxi.uf.se #
  30. ######################
  31.