"CLong" (Compiled Type)

"CLong"

represents the C long type.

Details

  • "CLong" is a macro that is replaced with a platform-specific concrete type. On most platforms, "CLong" is a macro for "Integer32" or "Integer64".

Examples

Basic Examples  (3)

Compile a function that takes a "CLong" as input:

Compile a program that calls the C standard library function labs on a long:

Create a constant with type "CLong":