Reactos
at master 10 lines 312 B view raw
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>