lala
This commit is contained in:
parent
f521f57391
commit
5414e2be84
@ -49,7 +49,7 @@ int main(){
|
|||||||
|
|
||||||
if (*endptr == '\0') { // je cislo
|
if (*endptr == '\0') { // je cislo
|
||||||
if(mystack.size >= SIZE) {
|
if(mystack.size >= SIZE) {
|
||||||
fprintf(stderr," plne \n");
|
printf("full stack\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
push(&mystack,num);
|
push(&mystack,num);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user