Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 Linux 内核中将一个整数转换为它的 ASCII 表示形式。我怎样才能做到这一点?我找不到任何内置的转换方法。内核中是否已经存在或者我需要添加我自己的?
内核确实提供snprintf(),这是否适合您的需要?我也很好奇您在内核中使用整数的 ASCII 表示形式做什么。
snprintf()
您很可能只是想要printk().
printk()