diff options
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#define SLEEP_TIME 10000 +#define SLEEP_TIME 0 void allLower(char*); void print_string(const char*); void remove_punct(char*); |