Skip to content

Fix ungetwc for multi byte chars

Darley Barreto requested to merge darley/relibc:fix/ungetwc into master

I spotted a bug when trying to unget a multibyte char. They are pushed in a LIFO way, so when we do fgetwc, we get the bytes in reverse order. I also added a change in the tests Makefile I missed in my last PR

Merge request reports