1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-04 02:29:31 +00:00

missing <tt>

This commit is contained in:
bbbradsmith 2023-12-16 19:32:52 -05:00
parent 6cb8717c24
commit f6838be162

View File

@ -4875,8 +4875,8 @@ beginning of the structure. In the case of a union, all members are placed at
the same offset, typically 0.
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
has a <tt/.SIZEOF/ indicating its total storage size.
<tt><ref id=".SIZEOF" name=".SIZEOF"></tt> operator. The struct or union itself
also has a <tt/.SIZEOF/ indicating its total storage size.
<sect1>Declaration<p>