diff options
Diffstat (limited to 'libg++/libstdc++/std/cfloat.h')
-rw-r--r-- | libg++/libstdc++/std/cfloat.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libg++/libstdc++/std/cfloat.h b/libg++/libstdc++/std/cfloat.h new file mode 100644 index 0000000..05a6338 --- /dev/null +++ b/libg++/libstdc++/std/cfloat.h @@ -0,0 +1,7 @@ +// The -*- C++ -*- floating point header. +// This file is part of the GNU ANSI C++ Library. + +#ifndef __CFLOAT__ +#define __CFLOAT__ +#include <float.h> +#endif |