Another code cleanup
This commit is contained in:
@@ -74,11 +74,8 @@ char *ers[] =
|
||||
"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",
|
||||
"Volume must be a number from 0 to 100!\n"
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
int argc;
|
||||
char **argv;
|
||||
|
||||
@@ -293,7 +290,6 @@ startup_error_exit:
|
||||
zstart();
|
||||
}
|
||||
|
||||
|
||||
int my_atoi(char *nptr)
|
||||
{
|
||||
int p,c;
|
||||
@@ -307,7 +303,6 @@ int my_atoi(char *nptr)
|
||||
|
||||
}
|
||||
|
||||
|
||||
void ccmdline(void)
|
||||
{
|
||||
int p=0;
|
||||
|
||||
Reference in New Issue
Block a user