Initializacia

This commit is contained in:
Anton 2024-10-08 15:48:01 +02:00
parent 223d9acafb
commit fdc279f9d3
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -10,7 +10,7 @@
struct stack{
float values[LINE_SIZE];
int size;
}
};
void print_stack(struct stack* stack){
for (int i = 0; i < stack->size; i++){