Reactos
at master 16 lines 529 B view raw
1/*** 2*mbsnbcat_s.c - concatenate string2 onto string1, max length n bytes 3* 4* Copyright (c) Microsoft Corporation. All rights reserved. 5* 6*Purpose: 7* defines mbsnbcat_s() - concatenate maximum of n bytes 8* 9*******************************************************************************/ 10#ifndef _MBCS 11 #error This file should only be compiled with _MBCS defined 12#endif 13 14#include <corecrt_internal_mbstring.h> 15 16_REDIRECT_TO_L_VERSION_4(errno_t, _mbsnbcat_s, unsigned char *, size_t, const unsigned char *, size_t)