mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
The Microsoft C runtime does not support the %zu and %zd formats. Previously these were replaced with %u and %d, but for 64-bit we need to use %llu and %lld.