preprocessFile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
Return preprocessed content of given file. | Return preprocessed content of given file. | ||
Preprocessor is C-like, supports comments using // or /* and */ and macros defined with '''#define'''. | Preprocessor is C-like, supports comments using '''//''' or '''/*''' and '''*/''' and macros defined with '''#define'''. | ||