"CUnsignedInt" (Compiled Type)

"CUnsignedInt"

represents the C unsigned int type.

Details

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

Examples

Basic Examples  (2)

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

Create a constant with type "CUnsignedInt":