master hovercats/oakiss / probe / SIZEOF_SIZE_T
1#include <stddef.h>
2_Static_assert(SIZEOF_SIZE_T == sizeof(size_t), "incorrect size");