Initial commit of current C compiler sources, partly rebranded but not yet properly cleaned up!
This commit is contained in:
7
fakelibc/float.h
Normal file
7
fakelibc/float.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _FAKELIBC_FLOAT_H
|
||||
#define _FAKELIBC_FLOAT_H
|
||||
|
||||
#define DBL_MAX_EXP 1024
|
||||
#define DBL_MANT_DIG 53
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user