du3.7
This commit is contained in:
parent
bc27ab8053
commit
55a31d0896
@ -22,7 +22,7 @@ int main(void) {
|
||||
|
||||
if (*koniec == '\0') {
|
||||
if (top >= SIZE) {
|
||||
printf("stack full\n");
|
||||
printf("full stack\n");
|
||||
return 0;
|
||||
}
|
||||
ulozisko[top++] = cislo;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user