mirror of
https://github.com/thomasxm/BOAZ_beta
synced 2026-06-06 16:54:29 +00:00
12 lines
242 B
Plaintext
Executable File
12 lines
242 B
Plaintext
Executable File
// 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_
|