slcc/fakelibc/float.h

8 lines
110 B
C

#ifndef _FAKELIBC_FLOAT_H
#define _FAKELIBC_FLOAT_H
#define DBL_MAX_EXP 1024
#define DBL_MANT_DIG 53
#endif