记录一下部分 printk 格式化输出
输出类型 和 对应的格式化
int %d
int64_t %lld
long long %lld
unit64_t %llu
unit32_t %u
unit16_t %hu
记录一下部分 printk 格式化输出
输出类型 和 对应的格式化
int %d
int64_t %lld
long long %lld
unit64_t %llu
unit32_t %u
unit16_t %hu