This commit is contained in:
Matej Hajduk 2025-10-15 18:01:16 +02:00
parent f521f57391
commit 5414e2be84

View File

@ -49,7 +49,7 @@ int main(){
if (*endptr == '\0') { // je cislo
if(mystack.size >= SIZE) {
fprintf(stderr," plne \n");
printf("full stack\n");
return 1;
}
push(&mystack,num);