1 | #define T float |
---|---|
2 | #define T_CSTR "float" |
3 | #define T_VALUE_1 1100.125 |
4 | #define T_VALUE_2 2200.250 |
5 | #define T_VALUE_3 33.00 |
6 | #define T_VALUE_4 44.00 |
7 | #define T_PRINTF_FORMAT "%g" |
8 | |
9 | #include "basic_type.cpp" |
10 |
1 | #define T float |
---|---|
2 | #define T_CSTR "float" |
3 | #define T_VALUE_1 1100.125 |
4 | #define T_VALUE_2 2200.250 |
5 | #define T_VALUE_3 33.00 |
6 | #define T_VALUE_4 44.00 |
7 | #define T_PRINTF_FORMAT "%g" |
8 | |
9 | #include "basic_type.cpp" |
10 |