@ -35,3 +35,10 @@ void time_printf(const char *fmt, ...)
fflush(stdout);
}
void pause()
{
printf("Prese [Enter] to continue...");
getchar();
@ -60,4 +60,6 @@ double get_current_time(void);
double get_real_time();
void pause();
#endif