/*** *mbsnbcat_s.c - concatenate string2 onto string1, max length n bytes * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * defines mbsnbcat_s() - concatenate maximum of n bytes * *******************************************************************************/ #ifndef _MBCS #error This file should only be compiled with _MBCS defined #endif #include _REDIRECT_TO_L_VERSION_4(errno_t, _mbsnbcat_s, unsigned char *, size_t, const unsigned char *, size_t)