Help for this page

Select Code to Download


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