mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 16:48:16 +00:00
10 lines
138 B
Text
10 lines
138 B
Text
|
// C++ forwarding C float header.
|
||
|
|
||
|
//
|
||
|
// ISO C++ 14882: 18.2.2 Implementation properties: C library
|
||
|
//
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <float.h>
|