From 1f7da5379b80254d6c54b4ae5b7de4686af5bba5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 27 Oct 2018 12:12:01 +0200 Subject: Remove strndup, it is in POSIX MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 3 --- 1 file changed, 3 deletions(-) (limited to 'README') diff --git a/README b/README index 369307b..9044b87 100644 --- a/README +++ b/README @@ -106,9 +106,6 @@ The following functions are defined (some as inline functions): void *libsimple_memdup(const void *, size_t) Duplicate a memory segment. - char *libsimple_strndup(const char *, size_t) - Duplicate a substring. - void *libsimple_mempcpy(void *, const void *, size_t) Like memcpy, except returns the byte after the last written byte. -- cgit v1.2.3-70-g09d2