Buckets:
arudradey/fullhtml-storage / emsdk /upstream /emscripten /system /lib /llvm-libc /src /wchar /wctob.cpp
| //===-- Implementation of wctob -------------------------------------------===// | |
| // | |
| // 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(int, wctob, (wint_t c)) { | |
| auto result = internal::wctob(c); | |
| if (result.has_value()) { | |
| return result.value(); | |
| } else { | |
| return EOF; | |
| } | |
| } | |
| } // namespace LIBC_NAMESPACE_DECL | |
Xet Storage Details
- Size:
- 826 Bytes
- Xet hash:
- ab0a981d2bdc96cfcfa9d01eafc8085920c74f421f200a90a634669c59748498
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.