#ifndef MSL_FLOAT_H #define MSL_FLOAT_H #include #ifdef __cplusplus extern "C" { #endif extern unsigned long __float_nan[]; extern unsigned long __float_huge[]; extern unsigned long __double_huge[]; #ifdef __cplusplus } #endif #endif