libshit

Just some random shit
git clone https://git.neptards.moe/neptards/libshit.git
Log | Files | Refs | Submodules | README | LICENSE

time.h (130B)


      1 #pragma once
      2 
      3 #include_next <time.h>
      4 
      5 int nanosleep(const struct timespec* req, struct timespec* rem)
      6   __attribute__((nothrow));