CCF
Loading...
Searching...
No Matches
include
ccf
pal
mem.h
Go to the documentation of this file.
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
#pragma once
4
5
#include <cstring>
6
#include <stdlib.h>
7
8
namespace
ccf::pal
9
{
10
static
inline
void
* safe_memcpy(
void
* dest,
const
void
* src,
size_t
count)
11
{
12
return ::memcpy(dest, src, count);
13
}
14
}
ccf::pal
Definition
attestation.h:13
Generated by
1.9.8