Re-implementing __backspacewc() in
the C library
__backspacewc() is the wide-character
equivalent of __backspace(). __backspacewc() behaves
in the same way as __backspace() except that
it pushes back the last wide character instead of a narrow character.
See also