#define SizeOf ( _n,
_result   )     __sizeOF(_n, _result)

Calculate the size of a variable.

Calculate the number of bytes required to store the contents of the variable passed into the function.

Parameters:
_n The variable.
_result The number of bytes occupied by the variable.

Generated by  doxygen 1.6.2