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