Atmel CAVR-4 Manual De Usuario

Descargar
Página de 323
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 chaptePragma 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.