blob: 36a1348a5c737ed64b5fa6dff60d6cc107fbca74 [file] [log] [blame]
//===-- Implementation header for strerror ----------------------*- 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_STRING_STRERROR_H
#define LLVM_LIBC_SRC_STRING_STRERROR_H
namespace LIBC_NAMESPACE {
char *strerror(int err_num);
} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_STRING_STRERROR_H