Files

16 lines
246 B
C

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