Name: Anonymous 2014-10-30 21:52
char *words[10000]={"God","Man","Sex","Woman","Atheist","war","peace","love"};
int i=0;
while (TRUE) {
while (!keyboard_hit())
i++;
printf("%s ",words[i%10000]);
}
char *words[10000]={"God","Man","Sex","Woman","Atheist","war","peace","love"};
int i=0;
while (TRUE) {
while (!keyboard_hit())
i++;
printf("%s ",words[i%10000]);
}
serial killersYou mean like FTDI?