This commit is contained in:
Andrii Hermaniuk 2022-03-27 14:51:57 +02:00
parent cc5f84ce5c
commit 5be4b3e9da

View File

@ -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++;
}