master hovercats/oakiss / probe / SIZEOF_TIME_T
1#include <sys/types.h>
2_Static_assert(SIZEOF_TIME_T == sizeof(time_t), "incorrect size");