sys/limits.h File Reference
API published in:
API deprecated in:
#include <sys/cdefs.h>
#include <machine/_limits.h>
Go to the source code of this file.
Define Documentation
#define CHAR_BIT __CHAR_BIT |
|
#define CHAR_MAX SCHAR_MAX |
|
#define CHAR_MIN SCHAR_MIN |
|
#define INT_MAX __INT_MAX |
|
#define INT_MIN __INT_MIN |
|
#define LONG_MAX __LONG_MAX |
|
#define LONG_MIN __LONG_MIN |
|
#define SCHAR_MAX __SCHAR_MAX |
|
#define SCHAR_MIN __SCHAR_MIN |
|
#define SHRT_MAX __SHRT_MAX |
|
#define SHRT_MIN __SHRT_MIN |
|
#define UCHAR_MAX __UCHAR_MAX |
|
#define UINT_MAX __UINT_MAX |
|
#define ULONG_MAX __ULONG_MAX |
|
#define USHRT_MAX __USHRT_MAX |
|