index
people
commits
about
hovercats
/
oakiss
/ tree
summary
|
tree
|
log
|
refs
master
hovercats/oakiss
/
probe
/
SIZEOF_TIME_T
1
#
include
<sys/types.h>
2
_Static_assert
(
SIZEOF_TIME_T
=
=
sizeof
(
time_t
)
,
"
incorrect size
"
)
;