1#ifndef INCLUDE_GUARDS_H 2#define INCLUDE_GUARDS_H 3 4int includeGuards() 5{ 6 return 0; 7} 8 9#endif 10 11