Home | History | Annotate | Download | only in docs

Lines Matching full:wchar_t

465 <tr><td colspan="4" class="doc" id="characterLiteral0"><pre>Matches character literals (also matches wchar_t).
471 char ch = 'a'; wchar_t chw = L'a';
858 char *s = "abcd"; wchar_t *ws = L"abcd"