Buckets:
| // -*- 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 | |
| // | |
| //===----------------------------------------------------------------------===// | |
| /* | |
| clocale synopsis | |
| Macros: | |
| LC_ALL | |
| LC_COLLATE | |
| LC_CTYPE | |
| LC_MONETARY | |
| LC_NUMERIC | |
| LC_TIME | |
| NULL | |
| namespace std | |
| { | |
| struct lconv; | |
| char* setlocale(int category, const char* locale); | |
| lconv* localeconv(); | |
| } // std | |
| */ | |
| _LIBCPP_BEGIN_NAMESPACE_STD | |
| using ::lconv _LIBCPP_USING_IF_EXISTS; | |
| using ::setlocale _LIBCPP_USING_IF_EXISTS; | |
| using ::localeconv _LIBCPP_USING_IF_EXISTS; | |
| _LIBCPP_END_NAMESPACE_STD | |
Xet Storage Details
- Size:
- 1.25 kB
- Xet hash:
- 445b871acdfe74d0d2b2b2b72287fe7a45e75df3900a4eeb742c8a485a754149
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.