JWS C Library
C language utility library
limits.h File Reference

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.

Detailed Description

Precision limits on the system.

Author:
Joseph Schlecht
License:
Creative Commons BY-NC-SA 3.0

This file should be replaced by an autoconf test that sets a -D define in the config.h.

Definition in file limits.h.


Define Documentation

#define JWSC_MIN_LOG_ARG   4.47628e-309

Minimum argument value to the log function.

Definition at line 54 of file limits.h.

#define JWSC_MAX_UINT32   4294967294

Maximum 32-bit unsigned integer value.

Definition at line 58 of file limits.h.

#define JWSC_MIN_INT32   -2147483648

Minimum 32-bit unsigned integer value.

Definition at line 62 of file limits.h.

#define JWSC_MAX_INT32   2147483647

Maximum 32-bit signed integer value.

Definition at line 66 of file limits.h.