1234
if (strcmp( command, "quit" ) && strcmp( command, "exit" ) == 0 ) { return 0;
(strcmp( command, "quit" ) == 0 || strcmp( command, "exit" ) == 0 )