3 / 30
Preprocessing
- Concatenates source lines.
- Replaces comments with whitespace.
- Processes directives (lines starting with
#
), performing macro substitution, file inclusion, conditional inclusion, and other transformations.
- Preprocessor - http://en.wikipedia.org/wiki/Preprocessor
- Ratfor preprocessor for Fortran - http://sepwww.stanford.edu/software/ratfor.html