宏定义 | |
| #define | STRING_LEN 256 |
| #define | STRING_LEN_STR "256" |
类型定义 | |
| typedef char | string_t [STRING_LEN] |
| typedef int | machine_int_t |
| typedef int32_t | index_t |
| typedef std::complex< float64_t > | complex128_t |
Standard Types | |
| #define | __STDC_FORMAT_MACROS 1 |
| typedef float | float32_t |
| typedef double | float64_t |
| typedef long double | floatmax_t |
| typedef std::complex<float64_t> complex128_t |
| typedef float float32_t |
Implementations tend to follow IEEE754
| typedef long double floatmax_t |
| typedef int machine_int_t |
| typedef char string_t[STRING_LEN] |