]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - wimboot/wimboot-2.7.3/src/vsprintf.c
loader/linux: Ensure the newc pathname is NULL-terminated (#3082)
[Ventoy.git] / wimboot / wimboot-2.7.3 / src / vsprintf.c
1 /*
2 * Quick and dirty wrapper around iPXE's unmodified vsprintf.c
3 *
4 */
5
6 #include <stdint.h>
7 #include <string.h>
8 #include "wimboot.h"
9
10 #define FILE_LICENCE(x)
11
12 #include "ipxe/vsprintf.c"