fatbase

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

util.h (181B)


      1 #include <sys/stat.h>
      2 
      3 #include <stdint.h>
      4 
      5 void *reallocarray(void *, size_t, size_t);
      6 
      7 size_t strlcat(char *, const char *, size_t);
      8 size_t strlcpy(char *, const char *, size_t);