"CSizeT" (Compiled Type)

"CSizeT"

represents the C size_t type.

Details

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

Examples

Basic Examples  (3)

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

Compile a program that calls the C standard library function malloc on a size_t:

Create a constant with type "CSizeT":