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 | |
| // | |
| //===----------------------------------------------------------------------===// | |
| /* | |
| cstdarg synopsis | |
| Macros: | |
| type va_arg(va_list ap, type); | |
| void va_copy(va_list dest, va_list src); // C99 | |
| void va_end(va_list ap); | |
| void va_start(va_list ap, parmN); | |
| namespace std | |
| { | |
| Types: | |
| va_list | |
| } // std | |
| */ | |
| // <stdarg.h> is not provided by libc++ | |
| _LIBCPP_BEGIN_NAMESPACE_STD | |
| using ::va_list _LIBCPP_USING_IF_EXISTS; | |
| _LIBCPP_END_NAMESPACE_STD | |
Xet Storage Details
- Size:
- 1.36 kB
- Xet hash:
- 0fe6522268b472d350ad259b86a552b18207487435dea2f890e2ad7ed307fe45
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.