clarify the purpose of this project
[nyanglibc.git] / libio / vwscanf.s
blob6ed90028b6ed59f4aba47f8024b76f8283aa1da3
1 .text
2 .p2align 4,,15
3 .globl __vwscanf
4 .type __vwscanf, @function
5 __vwscanf:
6 movq %rsi, %rdx
7 movq %rdi, %rsi
8 movq stdin(%rip), %rdi
9 xorl %ecx, %ecx
10 jmp __vfwscanf_internal
11 .size __vwscanf, .-__vwscanf
12 .globl vwscanf
13 .set vwscanf,__vwscanf
14 .hidden __vfwscanf_internal