stagit-gopher

static git page generator for gopher (mirror)
git clone git://git.2f30.org/stagit-gopher
Log | Files | Refs | README | LICENSE

compat.h (125B)


      1 #undef strlcpy
      2 size_t strlcpy(char *, const char *, size_t);
      3 #undef reallocarray
      4 void *reallocarray(void *, size_t, size_t);