Skip to content

Wide strings Functions

Ahmed Abd El Mawgood requested to merge oddcoder/relibc:wide-strings into master

This pull request implements four functions: towlower, towupper, wcsncasecmp, and wcscasecmp. The first 2 functions are building blocks for the last two, which in turn are required to compile binutils successfully.

Edited by Ahmed Abd El Mawgood

Merge request reports