File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
libc/src/stdio/printf_core Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ // ===----------------------------------------------------------------------===//
2+ //
3+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+ // See https://llvm.org/LICENSE.txt for license information.
5+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6+ //
7+ // ===----------------------------------------------------------------------===//
8+ // /
9+ // / \file
10+ // / This file instantiates the functionality needed for supporting floating
11+ // / point arguments in modular printf builds. Non-modular printf builds
12+ // / implicitly instantiate these functions.
13+ // /
14+ // ===----------------------------------------------------------------------===//
15+
116#ifdef LIBC_COPT_PRINTF_MODULAR
217#include " src/__support/arg_list.h"
318
You can’t perform that action at this time.
0 commit comments