"CChar" (Compiled Type)

"CChar"

represents the C char type.

Details

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

Examples

Basic Examples  (2)

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

Create a constant with type "CChar":