You are on page 1of 1

typedef struct stack {

food stack(15);

int top;

} stack_t, *stackPtr_t;

You might also like