void PrintYa(int i1,int i2,int i3,int i4,int counter)
{
pspDebugScreenClear();
printf("This program to count each click for the primary controls :\n");
printf("\n\nPlz click now:\n");
printf("Counter for CROSS ( X ) : %i\n\n", i1);
printf("Counter for CIRCLE ( O ) : %i\n\n", i2);
printf("Counter for SQUARE ( []) : %i\n\n", i3);
printf("Counter for TRIANGLE ( ^ ) : %i\n\n", i4);
printf("\nFinal Count: %i", counter);
printf("\n\n\n\n\n\nThis Program Made By OMS\*****@hotmail.com");
printf("\n\nGift for 3DH ;)");
}
Wow, I finally get how to make a function now, Thanks!