English
Language : 

CC78K4 Datasheet, PDF (108/523 Pages) NEC – CC78K4 Ver.2.30 or Later, C Compiler Language
CHAPTER 6 CONTROL STRUCTURES OF C LANGUAGE
6.1 Labeled Statements
A labeled statement specifies the destination of the switch or goto statement. The switch statement selects the
statement specified by a control expression from among statements with two or more options. The labeled statement
becomes the label of the statement to be executed by the switch statement. The goto statement causes
unconditional branching to the applicable label from the normal flow of processing.
The syntax of labeled statements is given below.
108
User’s Manual U15556EJ1V0UM