home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / programm / 4383 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.2 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!csus.edu!netcom.com!feustel
  2. From: feustel@netcom.com (David Feustel)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: SHORT, USHORT, and other absurdities
  5. Message-ID: <qr+nf3a.feustel@netcom.com>
  6. Date: 22 Aug 92 14:15:06 GMT
  7. References: <1992Aug10.162757.13720@thyme.jpl.nasa.gov> <19920811.003756.988@almaden.ibm.com> <910@nazgul.UUCP>
  8. Organization: DAFCO: OS/2 Software Support & Consulting
  9. Lines: 25
  10.  
  11. I've often wished that the following typdefs had been included in C:
  12.  
  13. typedef unsigned char U08;
  14. typedef signed char  I08;
  15. typedef unsigned short int U16;
  16. typedef signed short int I16;
  17. typedef unsigned int U32;
  18. typedef int I32;
  19. Typedef unsigned long int U64;
  20. Typedef long int I64;
  21. typedef signed int I32;
  22. typedef float F32;
  23. typedef double F64;
  24.  
  25. Also, I would have liked WORD, HWORD and DWORD as length specifiers
  26. where WORD is the register size. Oh Well...
  27. -- 
  28. Dave Feustel N9MYI <feustel@netcom.com>
  29. ---
  30. Given Civil Seizure, from the DEA's point of view, winning the War on
  31. Drugs would be killing the Goose that lays golden eggs.
  32.  
  33. The Drug War is a government-sponsored, taxpayer-financed,
  34. full-employment program for psycho/socio-paths, wannabees and
  35. gonnabees.
  36.