ReactOS
0.4.16-dev-1946-g52006dd
strcat_s.cpp
Go to the documentation of this file.
1
//
2
// strcat_s.cpp
3
//
4
// Copyright (c) Microsoft Corporation. All rights reserved.
5
//
6
// Defines strcat_s(), which concatenates (appends) a copy of the source string
7
// to the end of the destiation string.
8
//
9
#include <
corecrt_internal_string_templates.h
>
10
#include <string.h>
11
12
13
14
extern
"C"
errno_t
__cdecl
strcat_s
(
15
char
*
const
destination,
16
size_t
const
size_in_elements
,
17
char
const
*
const
source
18
)
19
{
20
return
common_tcscat_s(destination,
size_in_elements
,
source
);
21
}
__cdecl
#define __cdecl
Definition:
accygwin.h:79
corecrt_internal_string_templates.h
size_in_elements
size_t const size_in_elements
Definition:
corecrt_internal_string_templates.h:21
strcat_s
errno_t __cdecl strcat_s(char *const destination, size_t const size_in_elements, char const *const source)
Definition:
strcat_s.cpp:14
source
Definition:
pdh_main.c:174
errno_t
int errno_t
Definition:
corecrt.h:615
sdk
lib
ucrt
string
strcat_s.cpp
Generated on Thu Dec 4 2025 06:16:23 for ReactOS by
1.9.6