garbash-stagit

garbash fork of stagit for git hosting with subdirs
git clone git://git.alexkarle.com.com/garbash-stagit
Log | Files | Refs | README | LICENSE

compat.h (186B) [raw]


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