aboutsummaryrefslogtreecommitdiff
path: root/libcxx/modules/std/cstdarg.inc
blob: 5947bc2452b7113511bb6fd6a41a9ce84a25040e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// -*- 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
//
//===----------------------------------------------------------------------===//

export namespace std {
  using std::va_list _LIBCPP_USING_IF_EXISTS;
} // namespace std