compat.h - stagit-gopher - A git gopher frontend. (mirror)
 (HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) 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);