Specifications

CAVR-4
262
Descriptions of implementation-defined behavior
AVR® IAR C/C++ Compiler
Reference Guide
include_alias
inline
instantiate
language
location
memory
message
module_name
none
no_pch
NOTREACHED
object_attribute
once
optimize
pack
__printf_args
public_equ
required
rtmodel
__scanf_args
segment
system_include
type_attribute
VARARGS
vector
warnings
For a description of the pragma directives, see the chapter Pragma directives.
Default __DATE__ and __TIME__ (6.8.8)
The definitions for __TIME__ and __DATE__ are always available.
IAR CLIB LIBRARY FUNCTIONS
NULL macro (7.1.6)
The NULL macro is defined to (void *) 0.
Diagnostic printed by the assert function (7.2)
The assert() function prints:
Assertion failed: expression, file Filename, line linenumber
when the parameter evaluates to zero.