mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
11 lines
181 B
C
11 lines
181 B
C
|
|
#ifndef MSL_FLOAT_H_
|
|
#define MSL_FLOAT_H_
|
|
|
|
#include "MSL_C/MSL_Common/Src/float.h"
|
|
|
|
#define FLT_MAX (*(float*) __float_max)
|
|
#define FLT_EPSILON (*(float*) __float_epsilon)
|
|
|
|
#endif
|