Skip to content

Instantly share code, notes, and snippets.

@njlr
Created October 18, 2017 14:38
Show Gist options
  • Save njlr/ddf7662541ae61196d1eebf046394c91 to your computer and use it in GitHub Desktop.
Save njlr/ddf7662541ae61196d1eebf046394c91 to your computer and use it in GitHub Desktop.
#ifndef HEADER_HAS_BEEN_INCLUDED
#define HEADER_HAS_BEEN_INCLUDED
struct foo {
int member;
};
#endif
#ifndef HEADER_HAS_BEEN_INCLUDED
#define HEADER_HAS_BEEN_INCLUDED
struct foo {
int member;
};
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment