_mbctombb
unsignedint_mbctombb(unsignedintc**);**
Routine | Required Header | Compatibility |
_mbctombb | <mbstring.h> | Win 95, Win NT |
For additional compatibility information, see Compatibility in the Introduction.
Libraries
LIBC.LIB | Single thread static library, retail version |
LIBCMT.LIB | Multithread static library, retail version |
MSVCRT.LIB | Import library for MSVCRT.DLL, retail version |
Return Value
If successful, _mbctombb returns the single-byte character that corresponds to c; otherwise it returns c.
Parameter
c
Multibyte character to convert.
Remarks
The _mbctombb function converts a given multibyte character to a corresponding single-byte multibyte character. Characters must correspond to single-byte characters within the range 0x20 – 0x7E or 0xA1 – 0xDF to be converted.
In previous versions, _mbctombb was called zentohan. Use _mbctombb instead.
See Also _mbbtombc, _mbcjistojms, _mbctohira, _mbctolower