// Copyright 2023 Google LLC | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
#ifndef OPT_OPT_H_ | |
#define OPT_OPT_H_ | |
namespace kelvin::opt { | |
void *memcpy(void *dst, const void *src, size_t n); | |
} // namespace kelvin::opt | |
#endif // OPT_OPT_H_ |