gotACK
sop4618_SSourcesop4618_SgotACK
Description Source Call Graph
Start Line: 453
bool sop4618_S::gotACK()
{
   if('*' == getch())
   {
    gotACK();
     return true;
   }
   return false;
}