arudradey's picture
download
raw
702 Bytes
//===-- Implementation of strrchr------------------------------------------===//
//
// 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
//
//===----------------------------------------------------------------------===//
#include "src/string/strrchr.h"
#include "src/__support/common.h"
#include "src/__support/macros/config.h"
#include "src/string/string_utils.h"
namespace LIBC_NAMESPACE_DECL {
LLVM_LIBC_FUNCTION(char *, strrchr, (const char *src, int c)) {
return internal::strrchr_implementation(src, c);
}
} // namespace LIBC_NAMESPACE_DECL

Xet Storage Details

Size:
702 Bytes
·
Xet hash:
4015e4f54d2c82da126b0743c47b9f6fbc02fe32eb712d6badd2619ecc57f8ef

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.