English
Language : 

CC78K0S Datasheet, PDF (55/520 Pages) NEC – C Compiler Ver.1.30 or Later Language
CHAPTER 3 DECLARATION OF TYPES AND STORAGE CLASSES
3.2 Type Specifiers
A type specifier specifies (or refers to) the type of an object. The following type specifiers are available.
• void
• char
• short
• int
• long
• float
• double
• long double
• signed
• unsigned
• Structure or union specifier
• Enumeration specifier
• typedef name
In this C compiler, the following type specifiers have been added.
• bit/boolean/_ _boolean
User’s Manual U14872EJ1V0UM
55