|
|
|
|
|
|
%u format specifiers?
| But then what is passed to the printf function without the explicit casts? A copy of the struct, a (const) reference or something else? |
| And wouldn't whatever is passed to printf be cast to an unsigned integer anyway somewhere within the function due to the %u format specifiers? |