Linked Implementation Of Stacks

One node for each element in the stack. Each node contains: Thus, stack S = { 29, 7, 11 } is implemented by:
        
How to represent the empty stack?