LibC: add definitions to math.h

This commit is contained in:
Bananymous
2023-05-11 01:40:42 +03:00
parent c989a01913
commit 8a9f9b07e7

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;