RAD Studio
ContentsIndex
PreviousUpNext
_mbccpy

Header File 

mbstring.h 

Category 

Memory and String Manipulation Routines 

Prototype 

void _mbccpy(unsigned char *dest, unsigned char *src); 

Description 

The _mbccpy function copies a multibyte character from src to dest. The _mbccpy function makes an implicit call to _ismbblead so that the src pointer references a lead byte. If src doesn’t reference a lead byte, no copy is performed. 

Return Value 

None.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!