| 1 | #define T unsigned short |
|---|---|
| 2 | #define T_CSTR "unsigned short" |
| 3 | #define T_VALUE_1 11001 |
| 4 | #define T_VALUE_2 22002 |
| 5 | #define T_VALUE_3 0 |
| 6 | #define T_VALUE_4 65535 |
| 7 | #define T_PRINTF_FORMAT "%hu" |
| 8 | |
| 9 | #include "basic_type.cpp" |
| 10 |
| 1 | #define T unsigned short |
|---|---|
| 2 | #define T_CSTR "unsigned short" |
| 3 | #define T_VALUE_1 11001 |
| 4 | #define T_VALUE_2 22002 |
| 5 | #define T_VALUE_3 0 |
| 6 | #define T_VALUE_4 65535 |
| 7 | #define T_PRINTF_FORMAT "%hu" |
| 8 | |
| 9 | #include "basic_type.cpp" |
| 10 |