[Home]
[Search]
[Contents]
#ifndef _HEADER_H #define _HEADER_H 1 ... declarations ... #endif // _HEADER_Hso that if it is #include'd multiple times, it is parsed only once. In addition, add:
#pragma onceto it so the compiler doesn't need to rescan it.