SEC15_MAX.hss 946 B

12345678910111213
  1. [Main]
  2. Title=__SCHAR_MAX__, __SHRT_MAX__, __INT_MAX__, __LONG_MAX__, __LONG_LONG_MAX__
  3. [Top]
  4. Defined to the maximum value of the
  5. <CODE><A HREF="$$INFOLINK(keywords/signed)">signed</A>&nbsp;<A HREF="$$INFOLINK(keywords/char)">char</A></CODE>,
  6. <CODE><A HREF="$$INFOLINK(keywords/signed)">signed</A>&nbsp;<A HREF="$$INFOLINK(keywords/short)">short</A></CODE>,
  7. <CODE><A HREF="$$INFOLINK(keywords/signed)">signed</A>&nbsp;<A HREF="$$INFOLINK(keywords/int)">int</A></CODE>,
  8. <CODE><A HREF="$$INFOLINK(keywords/signed)">signed</A>&nbsp;<A HREF="$$INFOLINK(keywords/long)">long</A></CODE>, and
  9. <CODE><A HREF="$$INFOLINK(keywords/signed)">signed</A>&nbsp;<A HREF="$$INFOLINK(keywords/long)">long</A>&nbsp;<A HREF="$$INFOLINK(keywords/long)">long</A></CODE>
  10. types, respectively. They exist to make the standard header given numerical limits
  11. work correctly. You should not use these macros directly; instead, include
  12. the appropriate headers.