Sign in
llvm
/
llvm-project
/
1408684957bbfb5b412e0ef3c027c88daa1058eb
/
.
/
lldb
/
test
/
API
/
types
/
unsigned_char.cpp
blob: 0ac555a5a183060713ff75211d530c47af14730b [
file
] [
log
] [
blame
]
#define
T
unsigned
char
#define
T_CSTR
"unsigned char"
#define
T_VALUE_1
'0'
#define
T_VALUE_2
'9'
#define
T_VALUE_3
'@'
#define
T_VALUE_4
'$'
#define
T_PRINTF_FORMAT
"%c"
#include
"basic_type.cpp"