This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how long is the delay

greetings ,,,, how long will this delay go

int delay ( int start , int end )
{ int counting;

counting = start;

while ( counting < end ) ++ counting ;

return 7 ;
}

0