SIZEOF_TIME_T (90B)
1 #include <sys/types.h> 2 _Static_assert(SIZEOF_TIME_T == sizeof(time_t), "incorrect size");