Hi, Can you create a data type in "C" were we can store 20 bytes and perform simple arithmentic operations like +, - for example New_Type A, B, C; A = 0xFFFFFFFFFFFFFFFFFFFFFFFFFF; B = 0xFFFFFFFFFFFFFFFFFFFFFFFFFF000; C = A + B; Thanks in advance