blob: 8c555e816c8ba17889628e71c7efa7fe93c67ffa [file] [log] [blame]
//===-- Implementation header for lround ------------------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_LIBC_SRC_MATH_LROUND_H
#define LLVM_LIBC_SRC_MATH_LROUND_H
namespace __llvm_libc {
long lround(double x);
} // namespace __llvm_libc
#endif // LLVM_LIBC_SRC_MATH_LROUND_H