Created
October 18, 2017 14:38
-
-
Save njlr/ddf7662541ae61196d1eebf046394c91 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 | |
#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