util.h (114B)
1 #include <sys/stat.h> 2 3 void *reallocarray(void *, size_t, size_t); 4 5 size_t strlcpy(char *, const char *, size_t);