Definition at line 4 of file confStruct.cpp. 00004 { 00005 int counter = 0; 00006 while(counter < validValuesCount){ 00007 if(confFound[counter] == 0){ 00008 return counter; 00009 } 00010 counter = counter + 1; 00011 } 00012 return -1; 00013 }
|
1.5.1