Use the more portable %lu rather than %zu
We now also need to cast the values to (unsigned long), as on some platforms sizeof returns (unsigned int).
Please register or sign in to comment
We now also need to cast the values to (unsigned long), as on some platforms sizeof returns (unsigned int).