In the appendix titled, C standard, Library – Zilog ZUSBOPTS User Manual
Page 419: Appendix c. c standard library
UM017105-0511
Zilog Developer Studio II – ZNEO™
User Manual
391
Appendix C. C Standard Library
section on page 177, the ZNEO C-Compiler pro-
vides a collection of run-time libraries. The largest section of these libraries consists of an
implementation of much of the C Standard Library.
The ZNEO C-Compiler is a conforming freestanding 1989 ANSI C implementation with
some exceptions. In accordance with the definition of a freestanding implementation, the
compiler supports the required standard header files <
float.h
>, <
limits.h
>,
<
stdarg.h
>, and <
stddef.h
>. It also supports additional standard header files and
Zilog-specific nonstandard header files. The latter are described in the
The standard header files and functions are, with minor exceptions, fully compliant with
the ANSI C Standard. The deviations from the ANSI Standard in these files are summa-
rized in
Library Files Not Required for Freestanding Implementation
– see page 196. The
standard header files provided with the compiler are listed in Table 34 and described in
detail in the
section on page 392. The following sections describe
the use and format of the standard portions of the run-time libraries:
•
•
Table 34. Standard Headers
Header
Description
Page
Diagnostics
Character-handling functions
Error numbers
Floating-point limits
Integer limits
Math functions
Nonlocal jump functions
Variable arguments functions
Standard defines
Standard input/output functions
General utilities functions
String-handling functions