Introduction
Introduction Statistics Contact Development Disclaimer Help
compat.h - stagit-gopher - static git page generator for gopher
git clone git://git.codemadness.org/stagit-gopher
Log
Files
Refs
README
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);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.