libc: Add wcsncasecmp function
authorJohn Marino <draco@marino.st>
Mon, 21 Nov 2011 22:30:09 +0000 (23:30 +0100)
committerJohn Marino <draco@marino.st>
Mon, 21 Nov 2011 23:24:43 +0000 (00:24 +0100)
commit7a2a491fdf72a1648e6b138a8eefd05ab81f65a0
tree15bc38c31247c3676689f0473ce4ae05c57077c0
parenta231d5c7d0005ab35af9cfa29e859bc9a3a9cac9
libc: Add wcsncasecmp function

This function performs a case-insensitive string comparison test of
not more than a specified number of wide characters.  It is a GNU
extension, not POSIX.  Some packages in pkgsrc may require it.
include/wchar.h
lib/libc/string/Makefile.inc
lib/libc/string/wcsncasecmp.c [new file with mode: 0644]
lib/libc/string/wmemchr.3