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