%b with uint64_t?
- Reply: Konstantin Belousov : "Re: %b with uint64_t?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Feb 2025 01:07:37 UTC
Hi, I recently ran into a problem with a uint64_t bitflag to use the %b print format in the kernel. I tried the usual %jb with uintmax_t but clang didn't seem to like that either. Is there a way to make this work? /bz -- Bjoern A. Zeeb r15:7