Previous: words sign, Up: words [Index]
The following bindings are exported by the (vicare platform
words)
library.
Evaluate to the greatest or least, signed or unsigned, exact integer in the 8-bit range.
Evaluate to the greatest or least, signed or unsigned, exact integer in the 16-bit range.
Evaluate to the greatest or least, signed or unsigned, exact integer in the 32-bit range.
Evaluate to the greatest or least, signed or unsigned, exact integer in the 64-bit range.
Evaluate to the greatest or least, signed or unsigned, exact integer in the 128-bit range.
Evaluate to the greatest or least, signed or unsigned, exact integer in the 256-bit range.
On 32-bit platforms: evaluate to the greatest or least unsigned exact integer in the 32-bit range.
On 64-bit platforms: evaluate to the greatest or least unsigned exact integer in the 64-bit range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language char
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language short int
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language int
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language long
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language long long
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language void *
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language size_t
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language ssize_t
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language off_t
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language ptrdiff_t
range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or unsigned, exact integer in the 8-bit range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or unsigned, exact integer in the 16-bit range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or unsigned, exact integer in the 32-bit range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or unsigned, exact integer in the 64-bit range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or unsigned, exact integer in the 128-bit range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or unsigned, exact integer in the 256-bit range.
On 32-bit platforms: evaluate to the greatest–plus–1 or least–minus–1 unsigned exact integer in the 32-bit range.
On 64-bit platforms: evaluate to the greatest–plus–1 or least–minus–1 unsigned exact integer in the 64-bit range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or
unsigned, exact integer in the C language char
range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or
unsigned, exact integer in the C language short int
range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or
unsigned, exact integer in the C language int
range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or
unsigned, exact integer in the C language long
range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or
unsigned, exact integer in the C language long long
range.
Evaluate to the greatest–plus–1 or least–minus–1, signed or
unsigned, exact integer in the C language void *
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language size_t*
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language ssize_t*
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language off_t
range.
Evaluate to the greatest or least, signed or unsigned, exact integer in
the C language ptrdiff_t
range.
Previous: words sign, Up: words [Index]