Update 'a1/program.c'
This commit is contained in:
parent
50a1cbc30c
commit
448b25f0fe
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
#define MAX_SIZE 100
|
#define MAX_SIZE 100
|
||||||
|
|
||||||
struct stack {
|
struct Stack {
|
||||||
char data[MAX_SIZE];
|
char data[MAX_SIZE];
|
||||||
int size;
|
int size;
|
||||||
} stack;
|
} stack;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user