home *** CD-ROM | disk | FTP | other *** search
- The name of the union, such as the identifier score, is optional.
- You can omit it if there is only one object of that type. If you
- also omit the name of the object, it becomes an anonymous union.
- The object has no name, but the names of its members are defined
- in the scope of the block where the union is declared. A data
- member in an anonymous union must not have the same name as an
- identifier in the enclosing scope.
-