repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
stdlib
/
mbstowcs.s
blob
79d715ddd74729dde9d34ae44c81f1db15ce5196
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