Changed arguments for stack functions to pointers, for ease of use!
Implemented full stack functionality for integer items. Functions added: createStack, freeStack, pushToStack, popFromStack, printStack.