diff options
-rw-r--r-- | FICS/makerank.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/FICS/makerank.c b/FICS/makerank.c index fe04fb7..e60726d 100644 --- a/FICS/makerank.c +++ b/FICS/makerank.c @@ -1,12 +1,13 @@ -#define COMPUTER_FILE DEFAULT_LISTS "/computer" -#define MAX_LOGIN_NAME 21 - +#include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <ctype.h> + #include "config.h" +#define COMPUTER_FILE DEFAULT_LISTS "/computer" +#define MAX_LOGIN_NAME 21 + char *rnames[] = {"std", "blitz", "wild", "lightning"}; typedef struct _ratings { |