Schlüsselwörter
Completion requirements
Reserved Keywords
Storage Duration and Storage Type Modifier
autoconstexternregister-- deprecatedstaticthread_localvolatile
Flow Control
breakcasecontinuedefaultdoelseifforgotoreturnswitchwhile
Basic Type System
chardoublefloatintlongshortsignedunsignedvoid
Custom Type System
enumunionstruct
Type System Helper
alignasalignofsizeoftypedef
Naming Rules Enforced by the Compiler
- Variable and function names must follow this reg-exp:
[A-Za-z_][A-Za-z0-9_]+ - Names must start with a letter. Numbers are not allowed.
- Keywords cannot be used as variable or function names.
- Names which start or end with "_" (underscore) are reserved for the compiler.
Last modified: Friday, 25 May 2018, 12:45 PM