long


Vocabulary
alien.c-types

Word description
This C type represents a four- or eight-byte signed 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