/*** *mbccpy_s_l.c - Copy one character to another (MBCS) * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Copy one MBCS character to another (1 or 2 bytes) * *******************************************************************************/ #include #include #include #include #define _FUNC_PROLOGUE #define _FUNC_NAME _mbccpy_s_l #define _DEST _Dst #define _SRC _Src #include