Define __double_t and __float_t.
This commit is contained in:
parent
ca7d69c1c3
commit
38f037cae9
@ -65,6 +65,8 @@ typedef unsigned long long __uint64_t;
|
||||
typedef __uint32_t __clock_t; /* clock()... */
|
||||
typedef unsigned int __cpumask_t;
|
||||
typedef __int32_t __critical_t;
|
||||
typedef double __double_t;
|
||||
typedef double __float_t;
|
||||
typedef __int32_t __intfptr_t;
|
||||
typedef __int64_t __intmax_t;
|
||||
typedef __int32_t __intptr_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user