Simon Josefsson wrote:
> (I wish there was a PRI macro for size_t types...)

According to ISO C 99, you can use "%zu" to print a size_t value. But it's
not portable enough, and it'd be overkill to activate the printf replacement
just for the tests.

Bruno



Reply via email to