#ifndef TIMER #define TIMER void set_time_limit (int seconds); int get_time_limit (); int passed_time_limit (); #endif