opkg

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

SIZEOF_SIZE_T (87B)


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