index
:
oasis.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
probe
/
SIZEOF_SIZE_T
blob: 6f7ba11f97efdab96649f52c2ca9cad359cde439 (
plain
)
1
2
#include <stddef.h> _Static_assert(SIZEOF_SIZE_T == sizeof(size_t), "incorrect size");