cwchar — Manipulating wide streams and strings

The cwchar header file contains definitions for C++ for manipulating wide streams and several kinds of strings. Include the standard header into a C++ program to effectively include the standard header <wchar.h> within the std namespace.
namespace std {
#include <wchar.h>
    };