You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
For expediency the C preprocessor strips out all directives. This allows us to ignore
#ifdef
thereby checking thestyle of the whole file. Unfortunately it also tears out
#include
and#define
meaning we loose functionality. Is there a better way to handle this?The text was updated successfully, but these errors were encountered: