Hi
I want to write a FEE test which needs to calculate the structure size when I read back the structure from the block.
But it seems that the sizeof() function can not be called in the CCS. It's said no definition about the sizeof().
Is there an other better way to calculate the structure size when I read back the structure from the block?
Thanks in advance!