clarify the purpose of this project
[nyanglibc.git] / stdlib / wcstombs.s
blob3fc8724352fb021ca39a3de87f3f2a9e13570f88
1 .text
2 .p2align 4,,15
3 .globl wcstombs
4 .type wcstombs, @function
5 wcstombs:
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 __wcsrtombs
12 addq $40, %rsp
13 ret
14 .size wcstombs, .-wcstombs
15 .hidden __wcsrtombs