stack.h 89 Bytes Edit Raw Blame History 1 2 3 4 5 void push(int a); int pop(void); void clear(void); void init(void); void finalize(void);