auto | double | int | struct |
break | else | long | switch |
case | enum | register | typedef |
char | extern | return | union |
const | float | short | unsigned |
continue | for | signed | void |
default | goto | sizeof | volatile |
do | if | static | while |
識別字合法命名 | 識別字不合法命名 |
A_c | 3At |
z52 | x@y |
_3 | int |