English
Language : 

CC78K0S Datasheet, PDF (81/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 5 OPERATORS AND EXPRESSIONS
(3) Structure and union member
Postfix Operators
. ->
<1> . (dot) operator
FUNCTION
The . (dot) operator (also called a member operator) specifies the individual members of a structure or union.
The postfix expression is the name of the structure or union object to be specified, and the identifier is the name
of the member.
SYNTAX
postfix-expression . identifier
<2> -> (arrow) operator
FUNCTION
The −> (arrow) operator (also called an indirect membership operator) specifies the individual members of a
structure or union. The postfix expression is the name of the pointer to the structure or union object to be
specified, and the identifier is the name of the member.
SYNTAX
postfix-expression -> identifier
User’s Manual U14872EJ1V0UM
81