ulong - Factor Documentation (original) (raw)

ulong

Vocabulary
alien.c-types

Word description
This C type represents a four- or eight-byte unsigned integer type. On Windows and on 32-bit Unix platforms, it will be four bytes. On 64-bit Unix platforms, it will be eight bytes. Input values will be converted to integers and truncated to 32 or 64 bits; output values will be returned as integers.

Definition

USING: alien.syntax ;

IN: alien.c-types

C-TYPE: ulong