9 lines
121 B
C
9 lines
121 B
C
#ifndef TIMER
|
|
#define TIMER
|
|
|
|
void set_time_limit (int seconds);
|
|
int get_time_limit ();
|
|
int passed_time_limit ();
|
|
|
|
#endif
|