Platform | x64, Win32 |
Purpose |
To get the size of an expression in bytes. |
Syntax |
INTEGER FUNCTION C_SIZEOF(X) |
Description |
The argument X can be any expression. The returned value has the KIND value
C_SIZE_T from the ISO_C_BINDING module. |
Notes |
The standard intrinsic STORAGE_SIZE is similar but returns the size in bits. |