My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

util.h 143 B

10 years ago
123456
  1. #include <stdarg.h>
  2. #undef strlcat
  3. size_t strlcat(char *, const char *, size_t);
  4. #undef strlcpy
  5. size_t strlcpy(char *, const char *, size_t);