compat.h - stagit-gemini - Stagit for gemini protocol Openbsd
 (HTM) git clone git://thinkerwim.org/stagit-gemini.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (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);