home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / nn.tar / nn-6.5.1 / conf / m-amdahl.h < prev    next >
Text File  |  1995-04-29  |  414b  |  14 lines

  1. /************** Machine (and compiler) dependent definitions. **************
  2.  *
  3.  *    This is for Amdahl.
  4.  *    From: neulynne@uts.uni-c.dk (Mogens Lynnerup)
  5.  */
  6.  
  7.  
  8. /*      MACHINE TYPE    DEFINED TYPE        VALUE RANGE    */
  9.  
  10. typedef unsigned char    int8;        /*        0 ..     255 */
  11. typedef short        int16;        /*  -10,000 ..  10,000 */
  12. typedef long        int32;        /* -100,000 .. 100,000 */
  13. typedef unsigned long    uint32;        /*       0 ..  2^31-1 */
  14.