Изменил(а) на 'du5/program.c'

This commit is contained in:
Vladyslav Korzun 2023-03-17 14:32:56 +00:00
parent 13f5b54105
commit f6c390923d

View File

@ -61,6 +61,11 @@ int main(){
break;
}
value = strtol(line, &end, 10);
printf("\n%d\n",value);
if(value == 0){
STOP = 1;
break;
}
char text[SIZE];
memset(text, 0, SIZE);
char* zaciatok_mena = end + 1;