"CLongLong" (Compiled Type)
"CLongLong" (Compiled Type)
"CLongLong"
represents the C long long type.
Details
- "CLongLong" is a macro that is replaced with a platform-specific concrete type. On most platforms, "CLongLong" is a macro for "Integer64".
Examples
Basic Examples (2)
Compile a function that takes a "CLongLong" as input:
cf = FunctionCompile[Function[Typed[arg, "CLongLong"], arg]]cf[100]Create a constant with type "CLongLong":
cf = FunctionCompile[Function[{}, Typed[12, "CLongLong"]]]cf[]See Also
Compiled Types: Integer64 CLong Integer128
Tech Notes
Related Guides
History
Introduced in 2022 (13.1)