I want to return the last in a stack. Something like the following:
Item* get_last_item() { if (item_stack_size == 0) { // return ?