Computer Hardware User Manual

XP-15 User Guide Texas Memory Systems, Inc. (8/6/01) A-4
results[ii].imag);
}
ecount++;
}
}
if (ecount == 0)
printf ("XP-15 confidence test completed with no errors\n");
else
printf ("XP-15 confidence test completed with %d errors\n", ecount);
exit(0);
}
/**********************************************************************
Function: help
Description: display help screen, and exits
Arguments: none
Returns: none
***********************************************************************/
static void help(void)
{
fprintf (stdout, "parameters:\n");
fprintf (stdout,
" -x : XP-15 device name\n");
fprintf (stdout,
" -h : this message\n");
exit (0);
}