From 661093054bcfae16d79404304d6f8318baf1231e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 18 May 2021 11:45:24 +0100 Subject: [libc] Add strncasecmp() Signed-off-by: Michael Brown --- src/include/strings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') diff --git a/src/include/strings.h b/src/include/strings.h index fab26dc28..d7e9d6971 100644 --- a/src/include/strings.h +++ b/src/include/strings.h @@ -189,5 +189,7 @@ bzero ( void *dest, size_t len ) { } int __pure strcasecmp ( const char *first, const char *second ) __nonnull; +int __pure strncasecmp ( const char *first, const char *second, + size_t max ) __nonnull; #endif /* _STRINGS_H */ -- cgit v1.2.3-55-g7522