This commit is contained in:
Anton Dolozin 2025-10-06 16:15:03 +02:00
parent 208aee0562
commit e32968a164

View File

@ -72,6 +72,7 @@ void process_operations(struct stack* stack) {
if (!could_read) {
printf("no input\n");
}
printf("no input\n");
}
int main(void){
memset(&mystack,0,sizeof(struct stack));