Skip to content
Snippets Groups Projects
Commit 162999ac authored by Ahmed Abd El Mawgood's avatar Ahmed Abd El Mawgood
Browse files

Move towlower and towupper to wctype.h and Implement it

This patch creates wctype.h and impelementat two functions
that belong to that header file towupper and towlower. These
functions are building blocks for wcscasecmp and wcsncasecmp
which are utilized by binutils.

The implementation for towlower and towupper seams to be complex
so this implementation is mimicking that of musl libc
parent a8a73f87
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment