ICI Modules: long


Modules by name : by type

Overview

The long module provides support for a 64-bit integer type, called "long", implemented using the underlying system's "long long" type in C. This obviously requires support from the C compiler used and the actual size is system dependent, e.g, it is conceivable that a long may in fact be a 128-bit type on some platforms.