ExitString
ExitString("Connection closed by foreign host.\r\n",1);
void ExitString(char *string, int returnCode);
ExitString("No room in buffer for terminal type.\n", 1);
ExitString("fd too large", 1);