opkg

statically linked package installer
git clone anongit@rnpnr.xyz:opkg.git
Log | Files | Refs | Feed | Submodules | README | LICENSE

SIZEOF_TIME_T (90B)


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