source: mainline/uspace/lib/cpp/include/cstdarg@ b57ba05

Last change on this file since b57ba05 was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 216 bytes
RevLine 
[b83ec692]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2018 Jaroslav Jindrak
[b83ec692]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[b83ec692]5 */
6
7#ifndef LIBCPP_CSTDARG
8#define LIBCPP_CSTDARG
9
[bc56f30]10#include <stdarg.h>
[b83ec692]11
[de53138]12namespace std
13{
[bc56f30]14 using ::va_list;
[b83ec692]15}
16
17#endif
Note: See TracBrowser for help on using the repository browser.