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);
sgwStatic git web. Emma's fork of stagit. | |
| git clone 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.