nasm/stdlib
H. Peter Anvin (Intel) 2850da733d vsnprintf.c: fix printing of a size_t variable
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>
2020-07-09 17:44:21 -07:00
..
snprintf.c Remove #includes already provided by "compiler.h" 2018-12-27 12:45:44 -08:00
strlcpy.c lib: split library into stdlib and nasmlib; header handling fixes 2016-03-08 12:20:02 -08:00
strnlen.c Move <string.h> inclusion to compiler.h 2018-12-26 06:32:37 -08:00
strrchrnul.c Move <string.h> inclusion to compiler.h 2018-12-26 06:32:37 -08:00
vsnprintf.c vsnprintf.c: fix printing of a size_t variable 2020-07-09 17:44:21 -07:00