Another code cleanup

This commit is contained in:
pagefault
2001-06-18 04:03:09 +00:00
parent 08801e6479
commit 736689d5c6

View File

@@ -74,11 +74,8 @@ char *ers[] =
"Percentage of instructions to execute must be a number from 50 to 150!\n", "Percentage of instructions to execute must be a number from 50 to 150!\n",
"Player Input must be a value from 0 to 6!\n", "Player Input must be a value from 0 to 6!\n",
"Volume must be a number from 0 to 100!\n" "Volume must be a number from 0 to 100!\n"
}; };
int argc; int argc;
char **argv; char **argv;
@@ -293,7 +290,6 @@ startup_error_exit:
zstart(); zstart();
} }
int my_atoi(char *nptr) int my_atoi(char *nptr)
{ {
int p,c; int p,c;
@@ -307,7 +303,6 @@ int my_atoi(char *nptr)
} }
void ccmdline(void) void ccmdline(void)
{ {
int p=0; int p=0;