greetings ,,,, how long will this delay go
int delay ( int start , int end ) { int counting;
counting = start;
while ( counting < end ) ++ counting ;
return 7 ; }