wchar library

<wchar.h> implementation for stdc

Contains wide-character string manipulation functions.

Classes

Stdc
The base class for the stdc global namespace.

Extensions

WcharStdc on Stdc
Extension on Stdc to provide <wchar.h> functionality.

Constants

stdc → const Stdc
The global stdc instance.

Typedefs

wchar_t = int
Wide character type (maps to a Unicode Rune).
wint_t = int
Wide integer type.