HP 9000 User Manual page 187

Computers
Hide thumbs Also See for 9000:
Table of Contents

Advertisement

c
Table C-2. NLS Library Routines (continued)
Routine
HP-UX
Description
Reference Entry
wcstombs(char *s, const
multibyte(3C)
Converts a sequence of codes
wchar_t *pwcs, size_t n)
corresponding to multibyte characters
from the array pointed to by
pwcs
into
a sequence of multibyte characters and
stores them into the array pointed to
by s, stopping if a multibyte character
exceeds the limit of
n
total bytes or if a
null character is stored.
wctomb
(char
*8,
wchar_t multibyte(3C)
Determines the number of bytes needed
wchar)
to represent the multi-byte character
corresponding to the code whose value
is
wchar
and stores the multibyte
character representation in the array
object pointed to by s.
C-14 NLS References

Advertisement

Table of Contents
loading

Table of Contents