1
2; void p_stack_clear(p_stack_t *s)
3
4SECTION code_clib
5SECTION code_adt_p_stack
6
7PUBLIC _p_stack_clear
8
9EXTERN _p_forward_list_init
10
11defc _p_stack_clear = _p_forward_list_init
12