crow/c-types.crow (source)

Types for compatibility with C.

c-char alias

c-float alias

Equivalent to C's float type.

short alias

c-int alias

Equivalent to C's int type.

size_t alias

Equivalent to C's size_t type.

ssize_t alias

Equivalent to C's ssize_t type.

u-short alias

u-int alias

Equivalent to C's unsigned int type.

u-long alias

Equivalent to C's unsigned long type.

u-long-long alias

Equivalent to C's unsigned long long type.

long alias

Equivalent to C's long type.

long-long alias

Equivalent to C's long long type.

err-t alias

Error code typically returned by POSIX functions.

fd-t alias

File descriptor type typically used by POSIX functions.