Denso RC5 Spezifikationen Seite 548

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 547
20-4
20.2 File Fetch
#include (Preprocessor Statement)
Function
Fetches the preprocessor program.
Format
#include “[Path] file name”
#include <[Path] file name>
Explanation
This statement fetches the preprocessor program file, at a position where the
#include statement is placed. In the case of “ ”, if the path of the file is ignored
the system searches for the file in the current directory first and then the
system directory. In the case of < >, it searches only the system directory. If
the path is designated with a full path, it searches only in the directory
designated.
You can include the #include statement for a file designated with the #include
statement. You can nest up to 8 levels.
There are H and PAC file extensions available to designate.
Example
#include “samp1.h” 'Expands the samp1.h file on this line.
Seitenansicht 547
1 2 ... 543 544 545 546 547 548 549 550 551 552 553 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare