clarify the purpose of this project
[nyanglibc.git] / stdlib / mbstowcs.s
blob79d715ddd74729dde9d34ae44c81f1db15ce5196
1 .text
2 .p2align 4,,15
3 .globl mbstowcs
4 .type mbstowcs, @function
5 mbstowcs:
6 subq $40, %rsp
7 movq %rsi, 8(%rsp)
8 leaq 24(%rsp), %rcx
9 leaq 8(%rsp), %rsi
10 movq $0, 24(%rsp)
11 call __mbsrtowcs
12 addq $40, %rsp
13 ret
14 .size mbstowcs, .-mbstowcs
15 .hidden __mbsrtowcs