Изменил(а) на 'du5/program.c'
This commit is contained in:
parent
13f5b54105
commit
f6c390923d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user