LibC: fix INFINITY definition typo

This commit is contained in:
Bananymous 2023-06-02 17:26:56 +03:00
parent 7738050105
commit 36e5aa4683
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ int signbit(real-floating x);
#define HUGE_VAL 1e10000
#define HUGE_VALF 1e10000f
#define HUGE_VALL 1e10000L
#define INFINITY HUGE_VALf
#define INFINITY HUGE_VALF
#define NAN (0.0f / 0.0f)
#define FP_INFINITE 0