mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 00:05:42 +00:00
[UCRT] Import Microsoft.Windows.SDK.CRTSource version 10.0.22621.3
Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
This commit is contained in:
parent
f1b60c66f0
commit
04e0dc4a7a
568 changed files with 115483 additions and 0 deletions
16
sdk/lib/ucrt/mbstring/mbscpy_s.cpp
Normal file
16
sdk/lib/ucrt/mbstring/mbscpy_s.cpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
/***
|
||||
*mbscpy_s.c - Copy one string to another (MBCS)
|
||||
*
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
*
|
||||
*Purpose:
|
||||
* Copy one string to another (MBCS)
|
||||
*
|
||||
*******************************************************************************/
|
||||
#ifndef _MBCS
|
||||
#error This file should only be compiled with _MBCS defined
|
||||
#endif
|
||||
|
||||
#include <corecrt_internal_mbstring.h>
|
||||
|
||||
_REDIRECT_TO_L_VERSION_3(errno_t, _mbscpy_s, unsigned char *, size_t, const unsigned char *)
|
Loading…
Add table
Add a link
Reference in a new issue