mirror of
https://github.com/encounter/ogws.git
synced 2026-03-30 11:33:37 -07:00
16 lines
246 B
C
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
|