Buckets:
arudradey/fullhtml-storage / emsdk /upstream /emscripten /system /lib /llvm-libc /src /string /strlcpy.cpp
| //===-- Implementation of strlcpy -----------------------------------------===// | |
| // | |
| // 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(size_t, strlcpy, | |
| (char *__restrict dst, const char *__restrict src, | |
| size_t size)) { | |
| return internal::strlcpy(dst, src, size); | |
| } | |
| } // namespace LIBC_NAMESPACE_DECL | |
Xet Storage Details
- Size:
- 773 Bytes
- Xet hash:
- d5384ac80c63c3fee02c5807af8c45d12d7b951b9cf1a4cb8d841d1653438b23
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.