summaryrefslogtreecommitdiffstats
path: root/src/libkmip/kmip_memset.h
blob: b0aa9e7e9abd38eacae81ad1ab603aaf9c8f901b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (c) 2018 The Johns Hopkins University/Applied Physics Laboratory
* All Rights Reserved.
 *
 * This file is dual licensed under the terms of the Apache 2.0 License and
 * the BSD 3-Clause License. See the LICENSE file in the root of this
 * repository for more information.
 */

#ifndef KMIP_MEMSET_H

#include <stddef.h>

void* kmip_memset(void *ptr, int value, size_t size);

#endif /* KMIP_MEMSET_H */