diff options
Diffstat (limited to 'util.h')
| -rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ * Contact the author at contact@fwei.tk */ -#define SLEEP_TIME 0 +#define SLEEP_TIME 5000 void allLower(char*); void print_string(const char*); void remove_punct(char*); |