stylist
stylist copied to clipboard
C preprocessor strips out everything
For expediency the C preprocessor strips out all directives. This allows us to ignore #ifdef thereby checking the
style of the whole file. Unfortunately it also tears out #include and #define meaning we loose functionality. Is there a better way to handle this?