stagit

Static git page generator
git clone https://git.sinitax.com/codemadness/stagit
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

compat.h (186B)


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