Standard header files – Zilog ZUSBOPTS User Manual
Page 420

Standard Header Files
UM017105-0511
392
Zilog Developer Studio II – ZNEO™
User Manual
The standard include header files are located in the following directory:
<ZDS Installation Directory>
\include
\
std
where <ZDS Installation Directory> is the directory in which Zilog Developer Studio was
installed. By default, this would be
C:\Program Files\Zilog\ZDSII_ZNEO_<ver-
sion>
, where <version> might be
4.11.0
or
5.0.0.
Standard Header Files
Each library function is declared in a header file. The header files can be included in the
source files using the
#include
preprocessor directive. The header file declares a set of
related functions, any necessary types, and additional macros required to facilitate their
use.
Header files can be included in any order; each can be included more than once in a given
scope with no adverse effect. Header files must be included in the code before the first ref-
erence to any of the functions they declare or types and macros they define.
The following sections describe the standard header files:
•
•
Standard Definitions <stddef.h>
•
•
•
•
•
•
•
•
•
•
Note: