clarify the purpose of this project
[nyanglibc.git] / stdlib / atoi.s
blob263d14780c1a40319fd01fe72d28d33408a7ec51
1 .text
2 .p2align 4,,15
3 .globl atoi
4 .hidden atoi
5 .type atoi, @function
6 atoi:
7 subq $8, %rsp
8 movl $10, %edx
9 xorl %esi, %esi
10 call strtol
11 addq $8, %rsp
12 ret
13 .size atoi, .-atoi
14 .hidden strtol