uniLoader/lib/unic/float.h
Ivaylo Ivanov 280972aec2 lib: debug: add printf functionality with nanoprintf
Add the respectively required definitions in unic.
2025-07-08 19:02:39 +03:00

8 lines
116 B
C

#ifndef _FLOAT_H
#define _FLOAT_H
#define FLT_MAX 3.402823466e+38F
#define DBL_MAX 1.7976931348623158e+308
#endif