logo

oasis

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

SIZEOF_TIME_T (90B)


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