1
2; int in_inkey(void)
3
4SECTION code_clib
5SECTION code_input
6
7PUBLIC in_inkey
8
9EXTERN asm_in_inkey
10
11defc in_inkey = asm_in_inkey
12