Version 5 by Jan Boon
on Oct 10, 2007 18:06.

compared with
Current by Jan Boon
on Oct 12, 2007 16:39.

(show comment)
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View page history
* The type ends with the number of bits used to represent the integral type, or nothing to specify an integer that is at least 32 bits wide.
{panel}
(i) Examples: uint8 (unisgned (unsigned 8 bit integer), sint64 (signed 64 bit integer), sint (signed integer of at least 32 bits)
{panel}