mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04: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
|