Skip to content

Instantly share code, notes, and snippets.

@adityaiitb
Last active July 25, 2020 22:52
Show Gist options
  • Save adityaiitb/d73b2e98a216ec611ddbd4b52eb194bc to your computer and use it in GitHub Desktop.
Save adityaiitb/d73b2e98a216ec611ddbd4b52eb194bc to your computer and use it in GitHub Desktop.
C Preprocessor commands
cpp -C -P -I <path> input_file

-C to preserve comments, -P to remove line markers, -I to include a directory path to search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment