| sizeof | |
| ACTION: |
return length of variable element (in bytes)
|
| USE: |
nbytes=sizeof variable
|
| EXAMPLE: |
n=sizeof a |
| RELATED: |
offsetof
spanof
typeof
typecodeof
|
| sizeof | |
| ACTION: |
return length of variable element (in bytes)
|
| USE: |
nbytes=sizeof variable
|
| EXAMPLE: |
n=sizeof a |
| RELATED: |
offsetof
spanof
typeof
typecodeof
|