LibC: add definitions to math.h

This commit is contained in:
Bananymous 2023-05-11 01:40:42 +03:00
parent bd929bff07
commit 40083e4aa1
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,12 @@
#include <sys/cdefs.h>
#define FP_INFINITE 1
#define FP_NAN 2
#define FP_NORMAL 3
#define FP_SUBNORMAL 4
#define FP_ZERO 5
__BEGIN_DECLS
extern int signgam;