Motorola DSP56800 Guía de usuario Pagina 400

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 446
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 399
Pragmas for the DSP56800 and DSP56800E
Pragma Reference
400
Targeting MC56F83xx/DSP5685x Controllers
Prototype
#pragma notonce
Remarks
If you enable this pragma, include statements can be repeatedly included, even if
you have enabled #pragma once on. For more information, see “once.”
This pragma does not correspond to any setting in the C/C++ Language panel. By
default, this pragma is disabled.
once
Controls whether or not a header file can be included more than once in the same
source file.
Prototype
#pragma once [ on ]
Remarks
Use this pragma to ensure that the compiler includes header files only once in a source
file.
There are two versions of this pragma: #pragma once and #pragma once on.
Use #pragma once in a header file to ensure that the header file is included only
once in a source file. Use #pragma once on in a header file or source file to insure
that any file is included only once in a source file.
This pragma does not correspond to any setting in the C/C++ Language
panel. By
default, this pragma is disabled.
only_std_keywords
Controls the use of ISO keywords.
Vista de pagina 399
1 2 ... 395 396 397 398 399 400 401 402 403 404 405 ... 445 446

Comentarios a estos manuales

Sin comentarios