logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

SIZEOF_SIZE_T (87B)


  1. #include <stddef.h>
  2. _Static_assert(SIZEOF_SIZE_T == sizeof(size_t), "incorrect size");