aaa
This commit is contained in:
parent
cc5f84ce5c
commit
5be4b3e9da
@ -23,7 +23,7 @@ int main(){
|
||||
|
||||
float num2=strtof(start,&end);
|
||||
start=end;
|
||||
while((*start)<'0'||(*start)>'9'){
|
||||
while((*start)<'0'||(*start)>'9'||(*start)=='-'){
|
||||
start++;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user