Skip to content

Instantly share code, notes, and snippets.

@njlr
Created October 18, 2017 14:33
Show Gist options
  • Save njlr/197f849bfd954d5c6daba4dac6e422a1 to your computer and use it in GitHub Desktop.
Save njlr/197f849bfd954d5c6daba4dac6e422a1 to your computer and use it in GitHub Desktop.
#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