1 #ifndef CHECK_H_
2 #define CHECK_H_
3 
4 // Prototype for checking function
5 void check(const bool statement);
6 
7 #endif