...
Code Block | ||
---|---|---|
| ||
#ifndef SOME_ARBITRARY_UNIQUE_CODE #define SOME_ARBITRARY_UNIQUE_CODE //.... body of header file goes here. #endif // end of the block which started at line 2 |
...
...
Code Block | ||
---|---|---|
| ||
#ifndef SOME_ARBITRARY_UNIQUE_CODE #define SOME_ARBITRARY_UNIQUE_CODE //.... body of header file goes here. #endif // end of the block which started at line 2 |
...