ReactOS
0.4.16-dev-2104-gb84fa49
mbsnbcat_s.cpp
Go to the documentation of this file.
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
)
_REDIRECT_TO_L_VERSION_4
#define _REDIRECT_TO_L_VERSION_4(_ReturnType, _FunctionName, _Type1, _Type2, _Type3, _Type4)
Definition:
corecrt_internal.h:1792
corecrt_internal_mbstring.h
errno_t
int errno_t
Definition:
corecrt.h:249
_mbsnbcat_s
_ACRTIMP errno_t __cdecl _mbsnbcat_s(unsigned char *, size_t, const unsigned char *, size_t)
Definition:
mbcs.c:2619
sdk
lib
ucrt
mbstring
mbsnbcat_s.cpp
Generated on Tue Jan 6 2026 06:20:04 for ReactOS by
1.9.6