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 ;
}

Parents Reply Children
No data
More questions in this forum