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. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| globals.h | ||
| ivlpp.txt | ||
| lexor.lex | ||
| main.c | ||
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. |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| globals.h | ||
| ivlpp.txt | ||
| lexor.lex | ||
| main.c | ||