home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16797 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.2 KB  |  33 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!news.claremont.edu!nntp-server.caltech.edu!draco.macsch.com!convex.is.macsch.com!dnl
  3. From: dnl@convex.is.macsch.com (David Lombard)
  4. Subject: Re: Typedefing builtin... thanks.
  5. Message-ID: <1992Nov19.162710.9963@draco.macsch.com>
  6. Sender: usenet@draco.macsch.com (Usenet Poster)
  7. Organization: MacNeal-Schwendler Corp.
  8. References: <1992Nov9.150414.10221@odin.diku.dk> <1992Nov17.235519.24646@pure.com>
  9. Date: Thu, 19 Nov 92 16:27:10 GMT
  10. Lines: 21
  11.  
  12. In article <1992Nov17.235519.24646@pure.com> rpeck@pure.com (Ray Peck) writes:
  13. >
  14. >The only problem with this is a WORD is not a portable concept (i.e.,
  15. >people in 68k's call 16 bits a word, while people on Real Machines ;-)
  16. >call 32 bits a word.  All modern machines use 32b and up.
  17. >
  18. >
  19. >For this reason, I prefer types int8, int16, int32, or (better) u1b,
  20. >u2b, u4b, (unsigned) and s1b, s2b, s4b (signed).
  21. >
  22.  
  23. And people of Real Fast machines call a word 64 bits! :-)
  24.  
  25. Regards,
  26. DNL
  27.  
  28.                  MY_COMMENTS = MY_OPINIONS = NOBODY_ELSES;
  29.  
  30. David N. Lombard    The first thing we do,         The MacNeal-Schwendler Corp
  31. dnl@macsch.com      Let's kill all the lawyers.    815 Colorado Blvd
  32. (213) 259-4911      II Henry VI, IV.ii             Los Angeles, CA  90041
  33.