ReactOS 0.4.16-dev-1059-gb1cf981
memcpy_s.cpp
Go to the documentation of this file.
1//
2// memcpy_s.cpp
3//
4// Copyright (c) Microsoft Corporation. All rights reserved.
5//
6// Provides external definitions of the inline functions memcpy_s and memmove_s
7// for use by objects compiled with older versions of the CRT headers.
8//
9#define _CRT_MEMCPY_S_INLINE extern
10#include <corecrt_memcpy_s.h>