SIZEOF_SIZE_T (87B)
1 #include <stddef.h> 2 _Static_assert(SIZEOF_SIZE_T == sizeof(size_t), "incorrect size");