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