ReactOS
0.4.16-dev-1946-g52006dd
mbsncpy_s_l.cpp
Go to the documentation of this file.
1
/***
2
*mbsncpy_s_l.c - Copy one string to another, n chars only (MBCS)
3
*
4
* Copyright (c) Microsoft Corporation. All rights reserved.
5
*
6
*Purpose:
7
* Copy one string to another, n chars only (MBCS)
8
*
9
*******************************************************************************/
10
#ifndef _MBCS
11
#error This file should only be compiled with _MBCS defined
12
#endif
13
14
#include <
corecrt_internal_securecrt.h
>
15
#include <mbstring.h>
16
17
#define _FUNC_NAME _mbsncpy_s_l
18
#define _COUNT _CountInChars
19
#define _COUNT_IN_BYTES 0
20
21
#include "mbsncpy_s.inl"
corecrt_internal_securecrt.h
sdk
lib
ucrt
mbstring
mbsncpy_s_l.cpp
Generated on Thu Dec 4 2025 06:16:21 for ReactOS by
1.9.6