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