"CInt" (Compiled Type)

"CInt"

represents the C int type.

Details

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

Examples

Basic Examples  (3)

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

Compile a program that calls the C standard library function abs on an int:

Create a constant with type "CInt":