mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
printf("%d", <size_t>) is invalid. As this is for legacy compilers,
don't rely on %zu but rather cast to unsigned long long.
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
|
||
|---|---|---|
| .. | ||
| snprintf.c | ||
| strlcpy.c | ||
| strnlen.c | ||
| strrchrnul.c | ||
| vsnprintf.c | ||