twirl
void twirl(void);
if ((loop & 31) == 0) twirl();
char twirl[] = "-\\|/";
printf("%c\b", twirl[(i/100)%4]);