31-12-2007, 04:44 AM
mc2_types.h states:
typedef signed long int64_t;
/* ... */
typedef unsigned long uint64_t;
/* ... */
typedef long double float128_t;
Violate these three types Rule 1.1 (C90 - compliance)?
typedef signed long int64_t;
/* ... */
typedef unsigned long uint64_t;
/* ... */
typedef long double float128_t;
Violate these three types Rule 1.1 (C90 - compliance)?