Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wchrtbl(1M)

mbchar(3C)

mbstring(3W)



mbchar(3W)                       DG/UX 5.4.2                      mbchar(3W)


NAME
       mbchar: mbtowc, wctomb, mblen - multibyte character conversion

SYNOPSIS
       #include <stdlib.h>

       int mbtowc(wchar_t *pwc, char *s, size_t n);
       int wctomb(char *s, wchar_t wchar);
       int mblen(char *s, size_t n);

DESCRIPTION
       These three functions can support both
              typedef unsigned short wchar_t;
       and
              typedef long wchar_t;
       conditionally.

SEE ALSO
       wchrtbl(1M), mbchar(3C), mbstring(3W).






































Licensed material--property of copyright holder(s)                         1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026