JWS C Library
C language utility library
|
Precision limits on the system. More...
Go to the source code of this file.
Defines | |
#define | JWSC_MIN_LOG_ARG 4.47628e-309 |
Minimum argument value to the log function. | |
#define | JWSC_MAX_UINT32 4294967294 |
Maximum 32-bit unsigned integer value. | |
#define | JWSC_MIN_INT32 -2147483648 |
Minimum 32-bit unsigned integer value. | |
#define | JWSC_MAX_INT32 2147483647 |
Maximum 32-bit signed integer value. |
Precision limits on the system.
This file should be replaced by an autoconf test that sets a -D define in the config.h.
Definition in file limits.h.
#define JWSC_MIN_LOG_ARG 4.47628e-309 |
#define JWSC_MAX_UINT32 4294967294 |
#define JWSC_MIN_INT32 -2147483648 |