opkg

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

string.h (214B)


      1 #include_next <string.h>
      2 char *strcasestr(const char *, const char *);
      3 void strmode(int, char *);
      4 int timingsafe_memcmp(const void *, const void *, size_t);
      5 int timingsafe_bcmp(const void *, const void *, size_t);