I found this line of code and I didn't understand how can you typedef
a uint8
to something that isn't a type in the first place like x[4]
?
What is really meant here ? Is it an just an array of 4 uint8
type variables and that is just another way of saying it?
Code:
Typedef uint8 x[4]