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
/
atof.s
blob
323e42d4624ab20c135494338b2e944c5635de22
1
.text
2
.p2align 4,,15
3
.globl atof
4
.type atof, @function
5
atof
:
6
xorl
%
esi
, %
esi
7
jmp strtod
8
.size atof, .-atof
9
.hidden strtod