source:
mainline/uspace/lib/cpp/include/cstdarg@
b57ba05
| Last change on this file since b57ba05 was b57ba05, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 216 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | #ifndef LIBCPP_CSTDARG |
| 8 | #define LIBCPP_CSTDARG |
| 9 | |
| 10 | #include <stdarg.h> |
| 11 | |
| 12 | namespace std |
| 13 | { |
| 14 | using ::va_list; |
| 15 | } |
| 16 | |
| 17 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
