I\'m trying to write a simple program that creates a stack using a struct, with two simple functions:
// Function prototypes void push(struct stack st1, char