void foo(unsigned char count) 
{
   while(count--)<b>;</b> 
   {
      /* do something here */
   }
}