From 719be73360ebf8a65038a90ea82ea4e290759df1 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 11:47:32 -0400 Subject: Fixed GTN --- util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 1939a0f..63409fa 100644 --- a/util.h +++ b/util.h @@ -1,3 +1,4 @@ -#define SLEEP_TIME 5000 +#define SLEEP_TIME 0 void allLower(char*); void print_string(const char*); +void remove_punct(char*); -- cgit v1.1