void main(){ time = 90.0; /* If light sensor is triggered , reset system time then go!!!!! */ /*time constraint loop */ while(time >= seconds() ){ printf("%f seconds \n", seconds() ); } }