AlexChen <alex.c...@huawei.com> writes: > We should use printf format specifier PRIu32 instead of "%d" for > argument of type 'uint32_t'.
I prefer v1, which uses %u. [...]
AlexChen <alex.c...@huawei.com> writes: > We should use printf format specifier PRIu32 instead of "%d" for > argument of type 'uint32_t'.
I prefer v1, which uses %u. [...]