int main( void )
	{

		puts( "Testing the readkeys function ..." ); /* prints Testing the Readkeys function */
		testReadKeys();
		testMenuStatemashine();
		return EXIT_SUCCESS;
	}
Beispiel #2
0
int main(void)
{
	puts("Testing the readkeys function ...");
	testReadKeys();
	return 0;
}