Files
nethack/include
nhmall e8363ae23d include limits.h in cstd.h
Ensure the standard C99 values are available to the NetHack code base, so that
code/macros to accomplish essentially the same thing are not necessary.

    CHAR_BIT        Defines the number of bits in a byte.
    SCHAR_MIN       Defines the minimum value for a signed char.
    SCHAR_MAX       Defines the maximum value for a signed char.
    UCHAR_MAX       Defines the maximum value for an unsigned char.
    CHAR_MIN        Defines the minimum value for type char and its value will be equal to SCHAR_MIN if char represents negative values, otherwise zero.
    CHAR_MAX        Defines the value for type char and its value will be equal to SCHAR_MAX if char represents negative values, otherwise UCHAR_MAX.
    MB_LEN_MAX      Defines the maximum number of bytes in a multi-byte character.
    SHRT_MIN        Defines the minimum value for a short int.
    SHRT_MAX        Defines the maximum value for a short int.
    USHRT_MAX       Defines the maximum value for an unsigned short int.
    INT_MIN         Defines the minimum value for an int.
    INT_MAX         Defines the maximum value for an int.
    UINT_MAX        Defines the maximum value for an unsigned int.
    LONG_MIN        Defines the minimum value for a long int.
    LONG_MAX        Defines the maximum value for a long int.
    ULONG_MAX       Defines the maximum value for an unsigned long int.
2026-03-19 09:48:29 -04:00
..
2022-02-04 11:01:20 -05:00
2025-05-25 20:38:17 -04:00
2025-04-15 15:35:17 -04:00
2026-01-11 10:11:30 -05:00
2022-11-29 21:53:21 -05:00
2024-12-15 09:53:50 -05:00
2025-07-29 15:45:11 -07:00
2022-06-30 23:48:18 -04:00
2026-03-19 09:48:29 -04:00
2024-09-06 13:08:07 -07:00
2024-10-12 14:56:36 -04:00
2021-01-26 21:06:16 -05:00
2026-01-13 10:32:08 -08:00
2026-03-19 05:10:09 +00:00
2025-05-25 20:38:17 -04:00
2025-05-29 09:59:29 -04:00
2025-05-26 20:33:06 -04:00
2024-09-06 13:08:07 -07:00
2022-06-19 02:30:45 -07:00
2026-03-19 05:10:09 +00:00
2024-09-06 13:08:07 -07:00
2024-02-24 13:49:51 -08:00
2026-03-19 01:16:30 +00:00
2024-12-20 10:32:38 -05:00
2024-11-26 20:57:11 -08:00
2022-10-26 14:21:23 -04:00
2026-03-19 01:16:30 +00:00
2025-05-26 13:18:32 -04:00
2024-03-07 11:01:04 -05:00
2025-05-25 20:38:17 -04:00
2024-02-28 20:15:56 -08:00
2024-09-06 13:08:07 -07:00
2024-03-07 11:01:04 -05:00
2024-08-17 11:19:45 -07:00
2024-11-13 09:07:10 -05:00
2023-11-22 16:01:58 -05:00
2020-08-12 16:15:28 -07:00
2024-12-20 10:32:38 -05:00
2024-12-20 10:32:38 -05:00
2024-09-06 13:08:07 -07:00
2025-03-22 12:17:12 -04:00
2022-06-30 23:48:18 -04:00
2025-01-04 23:38:34 -05:00
2025-04-26 12:50:18 -07:00
2025-04-15 15:35:17 -04:00
2025-02-28 11:37:05 -08:00
2022-10-26 14:21:23 -04:00
2022-10-26 14:21:23 -04:00
2024-11-26 20:57:11 -08:00