71 lines
1.6 KiB
XML
71 lines
1.6 KiB
XML
*:C_MENU
|
|
B:C
|
|
|
|
M: UP=MENU "C"
|
|
:C_RESERVED_WORDS "C Reserved Words"
|
|
|
|
*:C_RESERVED_WORDS
|
|
B:C Reserved Words
|
|
|
|
T: C Reserved Words
|
|
:
|
|
: 1: auto break case char const continue
|
|
: 2: default do double else enum extern
|
|
: 3: float for goto if inline int
|
|
: 4: long register restrict return short signed
|
|
: 5: sizeof static struct switch typedef union
|
|
: 6: unsigned void volatile while
|
|
:
|
|
: 34 words
|
|
|
|
I:C Reserved Words 1
|
|
D:auto auto auto auto
|
|
:break break break break
|
|
:case case case case
|
|
:char char char char
|
|
:const const const const
|
|
:continue continue continue continue
|
|
|
|
I:C Reserved Words 2
|
|
D:default default default default
|
|
:do do do do
|
|
:double double double double
|
|
:else else else else
|
|
:enum enum enum enum
|
|
:extern extern extern extern
|
|
|
|
I:C Reserved Words 3
|
|
D:float float float float
|
|
:for for for for
|
|
:goto goto goto goto
|
|
:if if if if
|
|
:inline inline inline inline
|
|
:int int int int
|
|
|
|
I:C Reserved Words 4
|
|
D:long long long long
|
|
:register register register register
|
|
:restrict restrict restrict restrict
|
|
:return return return return
|
|
:short short short short
|
|
:signed signed signed signed
|
|
|
|
I:C Reserved Words 5
|
|
D:sizeof sizeof sizeof sizeof
|
|
:static static static static
|
|
:struct struct struct struct
|
|
:switch switch switch switch
|
|
:typedef typedef typedef typedef
|
|
:union union union union
|
|
|
|
I:C Reserved Words 6
|
|
D:unsigned unsigned unsigned unsigned
|
|
:void void void void
|
|
:volatile volatile volatile volatile
|
|
:while while while while
|
|
|
|
Q:Repeat this lesson [Y/N] ?
|
|
N:C_MENU
|
|
G:C_RESERVED_WORDS
|
|
|