Linux Kernel - Integer to ASCII
Posted
by DRX-Z
on Stack Overflow
See other posts from Stack Overflow
or by DRX-Z
Published on 2010-03-28T17:02:25Z
Indexed on
2010/03/28
17:13 UTC
Read the original article
Hit count: 192
I need to convert an integer to it's ASCII representation from within the Linux Kernel. How can I do this? I can't find any built-in conversion methods. Are there any already in the kernel or do I need to add my own?
© Stack Overflow or respective owner