Zilog ZUSBOPTS Manual do Utilizador Página 420

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 419
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:
Errors <errno.h> – see page 393
Standard Definitions <stddef.h> – see page 393
Diagnostics <assert.h> – see page 394
Character Handling <ctype.h> – see page 394
Limits <limits.h> – see page 395
Floating Point <float.h> – see page 396
Mathematics <math.h> – see page 398
Nonlocal Jumps <setjmp.h> – see page 401
Variable Arguments <stdarg.h> – see page 401
Input/Output <stdio.h> – see page 402
General Utilities <stdlib.h> – see page 403
String Handling <string.h> – see page 405
Note:
Vista de página 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 519 520

Comentários a estes Manuais

Sem comentários