Help for this page
void twirl_baton() { static int position = 0; ... printf("%c\b", baton[position++ % 4]); }