Atmel CAVR-4 사용자 설명서

다운로드
페이지 323
CAVR-4
268
Descriptions of implementation-defined behavior
AVR® IAR C/C++ Compiler
Reference Guide
system() (7.10.4.5)
How the command processor works depends on how you have implemented the 
system
 
function. See Environment interaction, page 73.
Message returned by strerror() (7.11.6.2)
The messages returned by 
strerror()
 depending on the argument is:
The time zone (7.12.1)
The local time zone and daylight savings time implementation is described in Time, page 
74.
clock() (7.12.2.1)
From where the system clock starts counting depends on how you have implemented the 
clock
 function. See Time, page 74.
Argument
Message
EZERO
no error
EDOM
domain error
ERANGE
range error
EFPOS
file
 positioning error
EILSEQ
multi-byte
 encoding error
<0 || >99
unknown error
all others
error nnn
Table 81: Message returned by strerror()—IAR DLIB library