From f2c07854463763ed82e00857ae6d9bcbc924e42c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 24 Feb 2015 16:09:04 +0100 Subject: Make way for ISO 9660 driver. --- src/common/include/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/include/string.h') diff --git a/src/common/include/string.h b/src/common/include/string.h index 686382d..e655f2c 100644 --- a/src/common/include/string.h +++ b/src/common/include/string.h @@ -18,5 +18,6 @@ int strcmp(const char *s1, const char *s2); int strncmp(const char *s1, const char *s2, size_t n); char *strdup(const char* str); +char *strndup(const char* str, size_t count); /* vim: set ts=4 sw=4 tw=0 noet :*/ -- cgit v1.2.3