Buckets:
arudradey/fullhtml-storage / emsdk /upstream /emscripten /system /lib /llvm-libc /src /strings /rindex.cpp
| //===-- Implementation of rindex ------------------------------------------===// | |
| // | |
| // 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 | |
| // | |
| //===----------------------------------------------------------------------===// | |
| namespace LIBC_NAMESPACE_DECL { | |
| LLVM_LIBC_FUNCTION(char *, rindex, (const char *src, int c)) { | |
| LIBC_CRASH_ON_NULLPTR(src); | |
| return internal::strrchr_implementation(src, c); | |
| } | |
| } // namespace LIBC_NAMESPACE_DECL | |
Xet Storage Details
- Size:
- 776 Bytes
- Xet hash:
- b1b2db107a76c09c1f647cf6bb80af69f42342780ccb66afd819c79f2ccb388f
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.