17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
#ifndef __cplusplus
|
|
#error "Must only use this header with C++"
|
|
#endif
|
|
|
|
#ifndef _CFLOAT
|
|
#define _CFLOAT 1
|
|
|
|
namespace std {
|
|
|
|
#define __LIBC_GUARDLESS_INCLUDE
|
|
#include <float.h>
|
|
#undef __LIBC_GUARDLESS_INCLUDE
|
|
|
|
}
|
|
|
|
#endif
|