mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
8 lines
157 B
C
8 lines
157 B
C
|
|
// The -*- C++ -*- floating point header.
|
||
|
|
// This file is part of the GNU ANSI C++ Library.
|
||
|
|
|
||
|
|
#ifndef __CFLOAT__
|
||
|
|
#define __CFLOAT__
|
||
|
|
#include <float.h>
|
||
|
|
#endif
|