Skip to content

Commit 08adf3d

Browse files
committed
Add missing file header
1 parent 58bcf6a commit 08adf3d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

libc/src/stdio/printf_core/float_impl.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

0 commit comments

Comments
 (0)