Árvore de páginas

  • #command  — Specify a user-defined command directive.
  • #define  — Define a manifest constant or pseudofunction.
  • #ifdef  — Compile a section of code if an identifier is defined.
  • #ifndef  — Compile a section of code if an identifier is undefined.
  • #include  — Include a file into the current source file.
  • #translate  — Specify a user-defined translation directive.
  • #xcommand  — Specify a user-defined command directive.
  • #xtranslate  — Specify a user-defined translation directive.