зеркало из https://github.com/microsoft/STL.git
12 строки
242 B
C++
12 строки
242 B
C++
|
// cfloat standard header (core)
|
||
|
|
||
|
// Copyright (c) Microsoft Corporation.
|
||
|
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||
|
|
||
|
#ifndef _CFLOAT_
|
||
|
#define _CFLOAT_
|
||
|
#include <yvals_core.h>
|
||
|
|
||
|
#include <float.h>
|
||
|
#endif // _CFLOAT_
|