size_t


Vocabulary
alien.c-types

Word description
This C type represents unsigned size values of the size expected by the platform's standard C library (usually four bytes on a 32-bit platform, and eight on a 64-bit platform). Input values will be converted to integers and truncated to the appropriate size; output values will be returned as integers.

Definition