1
2; int p_stack_empty_fastcall(p_stack_t *s)
3
4SECTION code_clib
5SECTION code_adt_p_stack
6
7PUBLIC _p_stack_empty_fastcall
8
9EXTERN asm_p_stack_empty
10
11defc _p_stack_empty_fastcall = asm_p_stack_empty
12