Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ btowc(3C) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

wctob(3C)

stdio(5)

wchar(5)

btowc(3C)                                                         btowc(3C)

NAME
     btowc - byte conversion

SYNOPSIS
     #include <stdio.h>
     #include <wchar.h>

     wintt btowc(int c);

DESCRIPTION
     The btowc() function determines whether c constitutes a valid
     (single-byte) multibyte character in the initial shift state.

RETURN VALUES
     The btowc() returns WEOF if c has the value EOF or if (unsigned char)
     c does not constitute a valid (single-byte) multibyte character in the
     initial shift state. Otherwise, it returns the wide-character repre-
     sentation of that character.

SEE ALSO
     wctob(3C), stdio(5), wchar(5).


































Page 1                       Reliant UNIX 5.44                Printed 11/98

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