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.
Cのみで完全な整数値をゼロで出力する方法を知りたいです。
そして、私はカーネル空間にいて、カーネルモジュールにいくつかの値を出力したい.
aが 32 ビット整数の場合のように
a
int a = 14
出力は次のようになります
value of a = 0x0000000e
16 進数で。
前もって感謝します。