mirror of
https://github.com/cc65/cc65.git
synced 2025-01-03 01:31:55 +00:00
missing <tt>
This commit is contained in:
parent
6cb8717c24
commit
f6838be162
@ -4875,8 +4875,8 @@ beginning of the structure. In the case of a union, all members are placed at
|
|||||||
the same offset, typically 0.
|
the same offset, typically 0.
|
||||||
|
|
||||||
Each named member also has a storage size which can be accessed with the
|
Each named member also has a storage size which can be accessed with the
|
||||||
<ref id=".SIZEOF" name=".SIZEOF"></tt> operator. The struct or union itself also
|
<tt><ref id=".SIZEOF" name=".SIZEOF"></tt> operator. The struct or union itself
|
||||||
has a <tt/.SIZEOF/ indicating its total storage size.
|
also has a <tt/.SIZEOF/ indicating its total storage size.
|
||||||
|
|
||||||
<sect1>Declaration<p>
|
<sect1>Declaration<p>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user