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 180 B

9 vuotta sitten
10 vuotta sitten
12345
  1. /* See LICENSE file for copyright and license details. */
  2. #undef strlcat
  3. size_t strlcat(char *, const char *, size_t);
  4. #undef strlcpy
  5. size_t strlcpy(char *, const char *, size_t);