English
Language : 

CC78K0S Datasheet, PDF (11/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
2.7 Delimiters .......................................................................................................................................52
2.8 Header Name..................................................................................................................................52
2.9 Comment ........................................................................................................................................52
CHAPTER 3 DECLARATION OF TYPES AND STORAGE CLASSES .............................................53
3.1 Storage Class Specifiers ..............................................................................................................54
(1) typedef ..................................................................................................................................................54
(2) extern ....................................................................................................................................................54
(3) static .....................................................................................................................................................54
(4) auto .......................................................................................................................................................54
(5) register ..................................................................................................................................................54
3.2 Type Specifiers ..............................................................................................................................55
3.2.1 Structure specifier and union specifier .............................................................................................57
(1) Structure specifier ...................................................................................................................57
(2) Union specifier ........................................................................................................................57
(3) Bit field ....................................................................................................................................58
3.2.2 Enumeration specifiers .....................................................................................................................59
3.2.3 Tags..................................................................................................................................................60
3.3 Type Qualifiers...............................................................................................................................61
3.4 Declarators.....................................................................................................................................62
3.4.1 Pointer declarators ...........................................................................................................................62
3.4.2 Array declarators ..............................................................................................................................63
3.4.3 Function declarators (including prototype declarations) ...................................................................63
3.5 Type Names ...................................................................................................................................64
3.6 typedef Declarations .....................................................................................................................65
3.7 Initialization....................................................................................................................................67
(1) Initialization of objects which have a static storage duration ................................................................67
(2) Initialization of objects which have an automatic storage duration .......................................................67
(3) Initialization of character arrays ............................................................................................................67
(4) Initialization of aggregate or union type objects....................................................................................68
CHAPTER 4 TYPE CONVERSIONS ......................................................................................................70
4.1 Arithmetic Operands .....................................................................................................................72
(1) Characters and integers (general integral promotion) ..........................................................................72
(2) Signed integers and unsigned integers ................................................................................................72
(3) Usual arithmetic type conversions ........................................................................................................73
4.2 Other Operands .............................................................................................................................74
(1) Left-side values and function locators ..................................................................................................74
(2) void .......................................................................................................................................................74
(3) Pointers.................................................................................................................................................74
CHAPTER 5 OPERATORS AND EXPRESSIONS ................................................................................75
User’s Manual U14872EJ1V0UM
11