Created
October 18, 2017 14:33
-
-
Save njlr/197f849bfd954d5c6daba4dac6e422a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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