type c_int = integral

The Chapel type corresponding to the C ‘int’ type

type c_uint = integral

The Chapel type corresponding to the C ‘uint’ type

type c_long = integral

The Chapel type corresponding to the C ‘long’ type

type c_ulong = integral

The Chapel type corresponding to the C ‘unsigned long’ type

type c_longlong = integral

The Chapel type corresponding to the C ‘long long’ type

type c_ulonglong = integral

The Chapel type corresponding to the C ‘unsigned long long’ type

type c_char = integral

The Chapel type corresponding to the C ‘char’ type

type c_schar = integral

The Chapel type corresponding to the C ‘signed char’ type

type c_uchar = integral

The Chapel type corresponding to the C ‘unsigned char’ type

type c_short = integral

The Chapel type corresponding to the C ‘short’ type

type c_ushort = integral

The Chapel type corresponding to the C ‘unsigned short’ type

type c_intptr = integral

The Chapel type corresponding to the C ‘intptr_t’ type

type c_uintptr = integral

The Chapel type corresponding to the C ‘uintptr_t’ type

type c_ptrdiff = integral

The Chapel type corresponding to the C ‘ptrdiff_t’ type

type c_size_t = integral

The Chapel type corresponding to the C ‘size_t’ type

type c_ssize_t = integral

The Chapel type corresponding to the C ‘ssize_t’ type