1 | #define T unsigned char |
---|---|
2 | #define T_CSTR "unsigned char" |
3 | #define T_VALUE_1 '0' |
4 | #define T_VALUE_2 '9' |
5 | #define T_VALUE_3 '@' |
6 | #define T_VALUE_4 '$' |
7 | #define T_PRINTF_FORMAT "%c" |
8 | |
9 | #include "basic_type.cpp" |
10 |
1 | #define T unsigned char |
---|---|
2 | #define T_CSTR "unsigned char" |
3 | #define T_VALUE_1 '0' |
4 | #define T_VALUE_2 '9' |
5 | #define T_VALUE_3 '@' |
6 | #define T_VALUE_4 '$' |
7 | #define T_PRINTF_FORMAT "%c" |
8 | |
9 | #include "basic_type.cpp" |
10 |