/* 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 void* kmip_memset(void *ptr, int value, size_t size); #endif /* KMIP_MEMSET_H */