fatbase

portable OpenBSD tools
git clone git://git.2f30.org/fatbase
Log | Files | Refs

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);