blob: 86e2c088180c5a864a903ad1cad5154769517837 [file] [log] [blame]
int function(int arg) {
int i;
for (i=0;i<5;i++){
/* Do something... */
}
if(i<0){
/*Do something else...*/ }
return 0;
}