git.y1.nz

sgw

Static git web (fork of stagit)
download: https://git.y1.nz/archives/sgw.tar.gz
README | Files | Log | Refs | LICENSE

compat.h

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

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.