Define __double_t and __float_t.

This commit is contained in:
cognet 2004-05-04 22:16:29 +00:00
parent ca7d69c1c3
commit 38f037cae9

View File

@ -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;