clarify the purpose of this project
[nyanglibc.git] / stdio-common / itoa-digits.s
blobfb139183e22c25c719fa4cc4af7680d25bf7ec4c
1 .text
2 .hidden _itoa_lower_digits
3 .globl _itoa_lower_digits
4 .section .rodata
5 .align 32
6 .type _itoa_lower_digits, @object
7 .size _itoa_lower_digits, 36
8 _itoa_lower_digits:
9 .ascii "0123456789abcdefghijklmnopqrstuvwxyz"