The preprocessor understands these special notations:
Notation
Definition
#import
Imports a header file. This directive is identical to #include, except that it doesn’t include the same file more than once.
#include
//
Begins a comment that continues to the end of the line.
Last updated: 2008-02-05