ReactOS
0.4.16-dev-2110-ge3521eb
mbscat_s.cpp
Go to the documentation of this file.
1
/***
2
*mbscat_s.c - Concatenate one string to another (MBCS)
3
*
4
* Copyright (c) Microsoft Corporation. All rights reserved.
5
*
6
*Purpose:
7
* Concatenate one string to another (MBCS)
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_3
(
errno_t
,
_mbscat_s
,
unsigned
char
*,
size_t
,
const
unsigned
char
*)
_REDIRECT_TO_L_VERSION_3
#define _REDIRECT_TO_L_VERSION_3(_ReturnType, _FunctionName, _Type1, _Type2, _Type3)
Definition:
corecrt_internal.h:1785
corecrt_internal_mbstring.h
errno_t
int errno_t
Definition:
corecrt.h:249
_mbscat_s
int CDECL _mbscat_s(unsigned char *dst, size_t size, const unsigned char *src)
Definition:
mbcs.c:1591
sdk
lib
ucrt
mbstring
mbscat_s.cpp
Generated on Thu Jan 8 2026 06:16:16 for ReactOS by
1.9.6