blob: 4966c320341e03ea31ee6c1b8037d70be9e0b32f [file] [log] [blame]
//===-- Implementation header for isxdigit ------------------------*-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_CTYPE_ISXDIGIT_H
#define LLVM_LIBC_SRC_CTYPE_ISXDIGIT_H
namespace LIBC_NAMESPACE {
int isxdigit(int c);
} // namespace LIBC_NAMESPACE
#endif // LLVM_LIBC_SRC_CTYPE_ISXDIGIT_H