Referenced c function prototype, Command line options, Run-time library – Zilog ZUSBOPTS User Manual
Page 205: Command line options run-time library, Section on

UM017105-0511
Command Line Options
Zilog Developer Studio II – ZNEO™
User Manual
177
popm
ret
Referenced C Function Prototype
float sinf(float arg);
Command Line Options
The compiler, like the other tools in ZDS II, can be run from the command line for pro-
cessing inside a script, and so on. Please see
page 354 for the list of compiler commands that are available from the command line.
Run-Time Library
The C-Compiler provides a collection of run-time libraries. The largest section of these
libraries consists of an implementation of much of the C Standard Library. A small library
of functions specific to Zilog or to the ZNEO is also provided.
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 standard header files and functions are, with minor exceptions, fully compliant with
the ANSI C Standard. They are described in detail in the appendix titled
, on page 391. The deviations from the ANSI Standard in these files are summa-
Library Files Not Required for Freestanding Implementation
page 196. The following sections describe the use and format of the nonstandard, Zilog-
specific run-time libraries:
•
•
The Zilog-specific header files provided with the compiler are listed in Table 13 and
described in the