clarify the purpose of this project
[nyanglibc.git] / libio / vwscanf.shared.s
blobd57e9475222fe9ef8f3cce0c9857cb2c250e4cfe
1 .text
2 #APP
3 memmove = __GI_memmove
4 memset = __GI_memset
5 memcpy = __GI_memcpy
6 #NO_APP
7 .p2align 4,,15
8 .globl __vwscanf
9 .type __vwscanf, @function
10 __vwscanf:
11 movq stdin@GOTPCREL(%rip), %rax
12 movq %rsi, %rdx
13 movq %rdi, %rsi
14 xorl %ecx, %ecx
15 movq (%rax), %rdi
16 jmp __vfwscanf_internal
17 .size __vwscanf, .-__vwscanf
18 .globl vwscanf
19 .set vwscanf,__vwscanf
20 .hidden __vfwscanf_internal