limits.h header reference
[C library module]

The source code of this header can be browsed online.

Members [link] 

Macros [link] 

Members detail [link] 

#define CHAR_BIT [link] 

This macro is declared in limits.h source file, line 44.

This macro defines an integer type limit

This macro expands to:

8

#define CHAR_MAX [link] 

This macro is declared in limits.h source file, line 53.

This macro defines an integer type limit

This macro expands to:

#define CHAR_MIN [link] 

This macro is declared in limits.h source file, line 52.

This macro defines an integer type limit

This macro expands to:

#define INT_MAX [link] 

This macro is declared in limits.h source file, line 65.

This macro defines an integer type limit

This macro expands to:

#define INT_MIN [link] 

This macro is declared in limits.h source file, line 64.

This macro defines an integer type limit

This macro expands to:

#define LIMITS_H_ [link] 

This macro is declared in limits.h source file, line 23.

#define LONGLONG_MAX [link] 

This macro is declared in limits.h source file, line 75.

This macro defines an integer type limit

This macro expands to:

#define LONGLONG_MIN [link] 

This macro is declared in limits.h source file, line 74.

This macro defines an integer type limit

This macro expands to:

#define LONG_MAX [link] 

This macro is declared in limits.h source file, line 70.

This macro defines an integer type limit

This macro expands to:

#define LONG_MIN [link] 

This macro is declared in limits.h source file, line 69.

This macro defines an integer type limit

This macro expands to:

#define SCHAR_MAX [link] 

This macro is declared in limits.h source file, line 47.

This macro defines an integer type limit

This macro expands to:

(__MAXOF_TYPE(signed char))

#define SCHAR_MIN [link] 

This macro is declared in limits.h source file, line 46.

This macro defines an integer type limit

This macro expands to:

(__MINOF_TYPE(signed char))

#define SHRT_MAX [link] 

This macro is declared in limits.h source file, line 58.

This macro defines an integer type limit

This macro expands to:

#define SHRT_MIN [link] 

This macro is declared in limits.h source file, line 57.

This macro defines an integer type limit

This macro expands to:

#define UCHAR_MAX [link] 

This macro is declared in limits.h source file, line 49.

This macro defines an integer type limit

Alternate declarations with same identifier: [1], [2].

This macro expands to:

(__MAXOF_TYPE(unsigned char))

#define UCHAR_MAX [link] 

This macro is declared in limits.h source file, line 50.

This macro defines an integer type limit

Alternate declarations with same identifier: [1], [2].

This macro expands to:

(__MAXOF_TYPE(unsigned char))

#define UINT_MAX [link] 

This macro is declared in limits.h source file, line 67.

This macro defines an integer type limit

This macro expands to:

#define UINT_MIN [link] 

This macro is declared in limits.h source file, line 66.

This macro defines an integer type limit

This macro expands to:

#define ULONGLONG_MAX [link] 

This macro is declared in limits.h source file, line 77.

This macro defines an integer type limit

This macro expands to:

#define ULONGLONG_MIN [link] 

This macro is declared in limits.h source file, line 76.

This macro defines an integer type limit

This macro expands to:

#define ULONG_MAX [link] 

This macro is declared in limits.h source file, line 72.

This macro defines an integer type limit

This macro expands to:

#define ULONG_MIN [link] 

This macro is declared in limits.h source file, line 71.

This macro defines an integer type limit

This macro expands to:

#define USHRT_MAX [link] 

This macro is declared in limits.h source file, line 60.

This macro defines an integer type limit

This macro expands to:

#define USHRT_MIN [link] 

This macro is declared in limits.h source file, line 59.

This macro defines an integer type limit

This macro expands to:

Valid XHTML 1.0 StrictGenerated by diaxen on Thu Aug 4 15:44:06 2022 using MkDoc