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