* libc/include/wchar.h: Add definition for wcscoll.
* libc/string/Makefile.am: Add wcscoll.c. * libc/string/Makefile.in: Regenerated. * libc/string/wcscoll.c: New file. * libc/string/wcstrings.tex: Add wcscoll.
This commit is contained in:
@@ -14,6 +14,7 @@ declarations are in @file{wchar.h}.
|
||||
* wcscat:: Concatenate wide-character strings
|
||||
* wcschr:: Search for wide-character in string
|
||||
* wcscmp:: Wide-character string compare
|
||||
* wcscoll:: Locale specific Wide-character string compare
|
||||
* wcscpy:: Copy wide-character string
|
||||
* wcscspn:: Count wide-chars not in string
|
||||
* wcslcat:: Concatenate wide-character strings to specified length
|
||||
@@ -52,6 +53,9 @@ declarations are in @file{wchar.h}.
|
||||
@page
|
||||
@include string/wcscmp.def
|
||||
|
||||
@page
|
||||
@include string/wcscoll.def
|
||||
|
||||
@page
|
||||
@include string/wcscpy.def
|
||||
|
||||
|
||||
Reference in New Issue
Block a user